-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "g22",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./client/src/index.html",
"server": "nodemon ./server/index.js",
"dev": "concurrently --kill-others \"npm run start\" \"npm run server\""
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/git/nets2120/G22"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.4",
"aws-sdk": "^2.1256.0",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"concurrently": "^7.5.0",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jquery": "^3.6.1",
"lru-cache": "^7.14.1",
"node-fetch": "^3.3.0",
"parcel": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-graph-vis": "^1.0.7",
"react-router-dom": "^6.4.3",
"react-scroll-to-bottom": "^4.2.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"stemmer": "^2.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"buffer": "^5.7.1",
"events": "^3.3.0",
"nodemon": "^2.0.20",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1"
}
}