-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "next-12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run build && npm run start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.6.10",
"@choc-ui/chakra-autocomplete": "^4.13.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.5.0",
"@pinata/sdk": "^1.1.23",
"@splitbee/web": "^0.3.0",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"electron": "^16.0.1",
"ethers": "^5.5.1",
"firebase": "^9.2.0",
"framer-motion": "^4.1.17",
"ipfs-http-client": "^54.0.1",
"moment": "^2.29.1",
"next-fonts": "^1.5.1",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.0.3",
"web3": "^1.6.0"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"next": "^12.0.1",
"typescript": "4.4.4"
}
}