-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.93 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
{
"name": "leadlet-ui",
"version": "0.1.0",
"private": true,
"proxy": {
"/api": {
"target": "http://localhost:8080"
}
},
"dependencies": {
"@babel/core": "^7.1.6",
"animate.css": "^3.5.2",
"babel-core": "^6.26.3",
"bootstrap": "^3.4.1",
"es6-shim": "^0.35.3",
"faker": "^3.1.0",
"fullcalendar": "^3.9.0",
"history": "^4.6.3",
"immutable": "^3.8.2",
"jquery": "^3.5.0",
"jquery-ui": "^1.13.2",
"lodash": "^4.17.21",
"metismenu": "^2.7.0",
"moment": "^2.29.4",
"node-sass-chokidar": "^1.3.4",
"normalizr": "^3.2.4",
"npm-run-all": "^4.1.5",
"prop-types": "^15.6.0",
"rc-slider": "^8.6.2",
"rc-tooltip": "^3.7.2",
"react": "^16.7.0",
"react-bootstrap": "^0.31.3",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-toggle": "^2.2.6",
"react-color": "^2.13.8",
"react-datepicker": "^1.4.0",
"react-dates": "^16.2.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.1.2",
"react-dropzone": "^4.2.9",
"react-input-mask": "^1.1.2",
"react-notification-system": "0.2.x",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-select": "^1.1.0",
"react-sidebar": "^3.0.2",
"react-visibility-sensor": "^3.11.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sweetalert-react": "^0.4.11",
"@fortawesome/fontawesome-free": "^5.5.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "yarn run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}