-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 911 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
{
"name": "my-movies",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:4000/",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"http": "0.0.0",
"material-ui": "^1.0.0-beta.41",
"mongodb": "^3.0.6",
"node-sass-chokidar": "^1.2.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4"
},
"scripts": {
"dev": "react-scripts start",
"dev-serve": "concurrently 'yarn serve' 'yarn dev' 'yarn watch-css'",
"watch-css": "node-sass-chokidar src/ -o src/ --watch --recursive",
"build": "node-sass-chokidar src/ -o src/ && react-scripts build",
"build-css": "node-sass-chokidar src/ -o src/",
"start": "node server/app.js",
"serve": "nodemon server/app.js",
"test": "echo 'tests disabled'",
"eject": "react-scripts eject"
}
}