-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "next-typescript-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next eslint ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.6",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@types/react-scroll": "^1.8.4",
"@walletconnect/web3-provider": "^1.8.0",
"ethers": "^5.6.9",
"framer-motion": "^6.5.1",
"next": "12.2.2",
"react": "18.2.0",
"react-burger-menu": "^3.0.8",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-scroll": "^1.8.7",
"react-spinners": "^0.13.4",
"react-toastify": "^9.0.8",
"sharp": "^0.31.0",
"styled-components": "^5.3.5",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@types/node": "16.11.45",
"@types/react": "18.0.15",
"@types/react-burger-menu": "^2.8.3",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}