-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.01 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
{
"name": "eth-online-hackathon",
"version": "0.1.0",
"private": true,
"browser": {
"fs": false,
"path": false,
"os": false
},
"scripts": {
"nodemon": "nodemon index.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/button": "^1.4.2",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@chakra-ui/system": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/cookie": "^0.4.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/parse": "^2.18.10",
"@walletconnect/web3-provider": "^1.6.5",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.1",
"framer-motion": "^4",
"fs": "^0.0.1-security",
"moment": "^2.29.1",
"moralis": "^0.0.50",
"next": "11.1.2",
"parse": "^3.3.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-moralis": "^0.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"shortid": "^2.2.16",
"simple-peer": "^9.11.0",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"twind": "^0.16.16",
"video.js": "^7.14.3",
"videojs-youtube": "^2.6.1",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/node": "^16.9.1",
"@types/react": "17.0.20",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/simple-peer": "^9.11.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "4.4.3"
}
}