-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "multi-n-back",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.1",
"react": "^16.1.1",
"react-audio-player": "^0.6.4",
"react-chartjs2": "^1.2.0",
"react-circle-color-picker": "^1.0.9",
"react-color": "^2.13.8",
"react-dom": "^16.1.1",
"react-modal": "^3.1.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"styled-components": "^2.2.4"
},
"scripts": {
"prebuild": "rm -rf ../multi-n-back-api/public",
"postbuild": "rm -rf build/static/**/*.map",
"predeploy": "npm run build",
"deploy": "now --public --name multi-n-back build && now alias",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar --include-path ./src/styles src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"deep-equal": "^1.0.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"jest-enzyme": "^4.0.1",
"node-sass-chokidar": "0.0.3",
"now": "^8.5.4",
"react-test-renderer": "^16.2.0"
},
"now": {
"alias": "multi-n-back.now.sh"
}
}