-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
41 lines (41 loc) · 975 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
34
35
36
37
38
39
40
41
{
"name": "kahoot-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"chart.js": "^2.7.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"lodash": "^4.17.10",
"massive": "^5.1.3",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-promise-middleware": "^5.1.1",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3030",
"main": "./server/index.js",
"devDependencies": {
"jest": "^23.4.2"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
}
}