-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 871 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
{
"name": "takenotes",
"version": "0.1.0",
"private": true,
"dependencies": {
"immutability-helper": "^2.5.0",
"morgan": "^1.9.0",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.1.1",
"react": "^16.0.0",
"react-alert": "^2.4.0",
"react-dom": "^16.0.0",
"react-quill": "^1.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"react-table": "^6.7.4",
"reactbulma": "^1.0.4"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
}
}