-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mbdashboard",
"version": "0.1.0b",
"private": true,
"homepage": "http://musboom.ru",
"proxy": "https://api.musboom.ru:8080/musicboom",
"dependencies": {
"bluebird": "latest",
"chartist": "^0.10.1",
"create-react-app": "^1.3.3",
"d3-scale": "^1.0.6",
"datatables.net-bs": "^1.10.16",
"datatables.net-responsive": "^2.2.0",
"firebase": "^4.12.1",
"globalize": "^0.1.1",
"google-map-react": "^0.34.0",
"google-maps-react": "^1.1.0",
"history": "^4.7.2",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.2.1",
"moment": "^2.21.0",
"node-sass-chokidar": "0.0.3",
"nouislider": "^10.1.0",
"npm-run-all": "^4.1.1",
"perfect-scrollbar": "^0.8.1",
"qrcode.react": "^0.8.0",
"react": "^15.6.1",
"react-big-calendar": "^0.16.1",
"react-bootstrap": "^0.31.3",
"react-bootstrap-sweetalert": "^4.0.0",
"react-bootstrap-switch": "^15.5.1",
"react-chartist": "^0.13.0",
"react-datetime": "^2.10.2",
"react-dom": "^15.6.1",
"react-notification-system": "^0.2.17",
"react-redux": "^5.0.7",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.10",
"react-select": "^1.0.0-rc.10",
"react-simple-maps": "^0.8.4",
"react-stepzilla": "^4.6.3",
"react-syntax-highlighter": "^5.7.0",
"react-tagsinput": "^3.18.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"superagent": "latest",
"wnumb": "^1.1.0"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "NODE_PATH=./src npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"deploy": "firebase deploy",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}