-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.26 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
48
49
50
51
52
53
{
"name": "hash-valley",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.4.8",
"@rainbow-me/rainbowkit": "^0.12.1",
"antd": "^4.20.7",
"axios": "^0.27.2",
"ethers": "^5.6.8",
"graphql": "^15.5.3",
"gsap": "^3.11.3",
"next": "^13.4.7",
"next-plugin-antd-less": "^1.8.0",
"rc-select": "^14.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-p5": "^1.3.30",
"react-toastify": "^9.0.8",
"styled-components": "^5.3.5",
"typescript": "^4.1.2",
"wagmi": "^0.12.0"
},
"scripts": {
"dev-hh": "export NODE_ENV=test && next dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/styled-components": "^5.1.14",
"babel-plugin-import": "^1.13.5",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "7.32.0",
"eslint-config-next": "^13.4.7"
}
}