-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "next-web3-setup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "next build",
"build:test": "cross-env NODE_ENV=test next build",
"start": "next start -p 3003",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@react-vant/icons": "^0.0.10",
"@types/msgpack-lite": "^0.1.8",
"@types/node": "^18.15.11",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-speech-recognition": "^3.9.2",
"@types/sockjs-client": "^1.5.1",
"@uiw/react-md-editor": "^3.23.3",
"@web3-react/core": "^6.1.9",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"chakra-ui-steps": "^2.1.0",
"cross-env": "^7.0.3",
"dotenv-load": "^2.0.1",
"driver.js": "^1.2.1",
"email-validator": "^2.0.4",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"ethers": "5.7.0",
"framer-motion": "^10.12.2",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.2.3",
"next-env": "^1.1.1",
"next-remove-imports": "^1.0.11",
"next-seo": "^5.5.0",
"nextra-theme-docs": "^2.4.0",
"node-fetch": "^3.3.1",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.7",
"react-speech-recognition": "^3.10.0",
"react-spinners": "^0.13.8",
"react-vant": "latest",
"regenerator-runtime": "^0.13.11",
"sass": "^1.56.1",
"swr": "^2.1.3",
"ts-interface-checker": "^1.0.2",
"typescript": "^5.0.4",
"web3": "1.7.4",
"xlsx": "^0.18.5",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/chart.js": "^2.9.37",
"@types/jest": "^29.5.0",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.195",
"@types/node-fetch": "^2.6.3",
"@types/stompjs": "^2.3.5",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"jest": "^29.5.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"ts-jest": "^29.1.0"
}
}