-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nud-pro-react",
"version": "1.0.0",
"private": true,
"homepage": "/esocial",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "4.0.0-beta",
"chart.js": "2.7.1",
"d3-scale": "1.0.7",
"datatables.net": "1.10.16",
"datatables.net-bs": "1.10.16",
"datatables.net-responsive": "2.2.1",
"history": "^4.7.2",
"i18next": "^10.2.2",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-xhr-backend": "^1.5.1",
"install": "^0.11.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"jquery": "3.2.1",
"json-schema-traverse": "^0.3.1",
"lodash-clean": "^2.0.1",
"moment": "2.19.2",
"node-env-file": "^0.1.8",
"node-sass-chokidar": "0.0.3",
"npm": "^6.1.0",
"npm-run-all": "4.1.1",
"perfect-scrollbar": "1.3.0",
"prop-types": "^15.6.1",
"react": "16.3.2",
"react-big-calendar": "0.17.0",
"react-bootstrap-sweetalert": "4.1.0",
"react-bootstrap-switch": "15.5.2",
"react-bootstrap-table": "^4.x",
"react-bootstrap-wizard": "0.0.4",
"react-chartjs-2": "2.7.0",
"react-cookie": "^2.1.4",
"react-datetime": "2.11.0",
"react-dom": "16.3.2",
"react-dropzone": "^4.2.12",
"react-google-maps": "9.2.2",
"react-intl": "^2.4.0",
"react-jsonschema-form": "^1.0.2",
"react-jsonschema-form-layout": "^1.0.4",
"react-loading": "^1.0.4",
"react-moment": "^0.7.0",
"react-notification-alert": "0.0.7",
"react-notification-system": "^0.2.17",
"react-notification-system-redux": "^1.2.0",
"react-nouislider": "2.0.1",
"react-paginate": "^5.2.2",
"react-redux": "^5.0.7",
"react-responsive-modal": "^3.0.1",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-scripts": "1.0.17",
"react-select": "1.0.0-rc.10",
"react-simple-maps": "0.10.1",
"react-tagsinput": "3.19.0",
"react-tap-event-plugin": "^3.0.2",
"react-text-mask": "^5.4.2",
"react-to-print": "^1.0.21",
"reactstrap": "5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0",
"webpack": "3.8.1"
},
"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": "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",
"deploy": "npm run build&&gh-pages -d build"
}
}