-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "drypto-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"netlify-deploy": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"apexcharts": "^3.35.0",
"axios": "^0.26.1",
"dayjs": "^1.11.1",
"next": "12.1.4",
"react": "18.0.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.0.0",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-query": "^3.34.19",
"react-toastify": "^8.2.0",
"recoil": "^0.7.0",
"styled-components": "^5.3.5",
"styled-reset": "^4.3.4"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/styled-components": "^5.1.24",
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}