-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 875 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
{
"name": "video-eeg",
"version": "1.0.0",
"description": "nathacks submission",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install --legacy-peer-deps && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerryzhou196/video-eeg.git"
},
"author": "Jerry Zhou, Ben Shi",
"license": "ISC",
"bugs": {
"url": "https://github.com/jerryzhou196/video-eeg/issues"
},
"homepage": "https://github.com/jerryzhou196/video-eeg#readme",
"dependencies": {
"apexcharts": "^3.35.4",
"cors": "^2.8.5",
"create-react-app": "^5.0.1",
"express": "^4.18.1",
"peer": "^0.6.1",
"peerjs": "^1.4.6",
"react-router-dom": "^6.3.0",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
}
}