-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.86 KB
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
{
"name": "p2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"dev2": "next",
"build": "next build",
"start": "node server.js",
"test": "mocha"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"moment": "^2.29.1",
"mongoose": "^5.10.14",
"next": "^10.0.5",
"node-webcam": "^0.7.0",
"nodemon": "^2.0.6",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"passport": "^0.4.1",
"peerjs": "^1.3.1",
"query-string": "^6.13.8",
"react": "^16.14.0",
"react-bootstrap": "^1.4.3",
"react-dom": "^16.14.0",
"react-floating-action-button": "^1.0.5",
"react-google-login": "^5.2.2",
"react-player": "^2.8.1",
"screenfull": "^5.1.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"shortid": "^2.2.16",
"simple-peer": "^9.9.3",
"socket.io": "^3.0.1",
"socket.io-client": "^3.0.1",
"styled-components": "^5.2.1"
},
"engines": {
"node": "14.15.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"supertest": "^6.0.1"
}
}