-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.89 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
83
84
85
86
87
88
{
"name": "uapom",
"version": "1.10.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "1.3.13",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "4.11.2",
"@material-ui/pickers": "^3.2.8",
"axios": "^0.23.0",
"chartist": "0.10.1",
"classnames": "2.3.1",
"date-fns": "^2.8.1",
"date-fns-timezone": "^0.1.4",
"filefy": "^0.1.11",
"highcharts": "^9.3.2",
"highcharts-react-official": "^3.1.0",
"history": "5.0.0",
"match-sorter": "6.3.0",
"material-table": "^1.69.3",
"moment": "2.29.1",
"moment-timezone": "^0.5.34",
"node-sass": "5.0.0",
"nouislider": "15.0.0",
"perfect-scrollbar": "1.5.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-big-calendar": "0.33.2",
"react-bootstrap-sweetalert": "5.2.0",
"react-chartist": "0.14.4",
"react-datetime": "3.0.4",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.4",
"react-jvectormap": "0.0.16",
"react-loader-spinner": "^3.1.14",
"react-material-ui-form-validator": "^3.0.0",
"react-redux": "^7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-select": "^5.1.0",
"react-swipeable-views": "0.13.9",
"react-organizational-chart": "^2.1.1",
"react-table": "7.7.0",
"react-tagsinput": "3.19.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"react-dnd": "11.1.3",
"react-dnd-html5-backend": "11.1.3",
"sweetalert2": "^11.1.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/material-dashboard-pro-react.scss src/assets/css/material-dashboard-pro-react.css",
"minify-sass": "node-sass src/assets/scss/material-dashboard-pro-react.scss src/assets/css/material-dashboard-pro-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/material-dashboard-pro-react.scss src/assets/css/material-dashboard-pro-react.css --source-map true"
},
"optionalDependencies": {
"@babel/core": "7.14.0",
"typescript": "4.2.4"
},
"devDependencies": {
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"prettier": "2.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}