-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 968 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
39
{
"name": "nan-so-gong",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check:lint": "next lint",
"check:type": "tsc --noEmit",
"check": "run-p \"check:*\""
},
"dependencies": {
"antd": "^4.21.0",
"axios": "^1.2.0",
"js-cookie": "^3.0.1",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-media-recorder": "1.6.5",
"recorder-js": "^1.0.7",
"styled-components": "^5.3.5",
"web3": "^1.7.3",
"web3-core": "^1.7.3",
"web3-eth-accounts": "^1.7.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/recorder-js": "^1.0.2",
"@types/styled-components": "^5.1.25",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"npm-run-all": "^4.1.5",
"typescript": "4.7.2"
}
}