-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 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
{
"name": "nc300cyberdemo",
"version": "0.0.1",
"description": "NC-300 Cyber Demo",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"cors": "^2.8.5",
"express": "^4.17.1",
"http": "^0.0.1-security",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1"
},
"engines": {
"node": "14.x"
},
"license": "MIT",
"keywords": []
}