-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "",
"version": "0.1.0",
"private": true,
"dependencies": {
"compass-mixins": "^0.12.10",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"jquery": "^3.2.1",
"laravel-elixir": "^6.0.0-15",
"lodash": "^4.17.4",
"material-ui": "^0.18.6",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-form": "^1.3.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-scripts": "^0.9.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.1",
"redux-form": "^6.8.0",
"redux-promise": "^0.5.3"
},
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build && gulp --production && gulp version",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}