-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.18.0",
"bootstrap": "^4.3.1",
"chai": "4.2.0",
"chai-http": "4.3.0",
"express": "4.17.1",
"express-cors": "0.0.3",
"helmet": "3.21.1",
"mocha": "6.2.1",
"mongo-sanitize": "1.0.1",
"mongodb-memory-server": "^6.2.4",
"mongoose": "5.7.1",
"node-sass": "4.12.0",
"nodemon": "1.19.1",
"onchange": "6.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "7.0.1",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.1",
"reactstrap": "^8.0.1",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"snyk": "1.235.0",
"socket.io": "^2.3.0",
"uuid": "^3.3.3"
},
"scripts": {
"postinstall": "cd client && npm install",
"test": "mocha ./test/api/concerts/get.test.js",
"test:watch": "onchange \"./**/*.js\" -i -k -- yarn test "
}
}