-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.67 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "frond-colpos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"builddev": "webpack --mode development",
"start": "webpack-dev-server --mode development --open",
"nodemon": "nodemon --watch backend -e .xml,js ./backend/server.js",
"build_back": "webpack --config ./webpack-back.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.12.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"browser-sync": "^2.26.7",
"css-loader": "^3.4.2",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"popper.js": "^1.16.1",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"url-loader": "^3.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-provide-global-plugin": "0.0.1"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@hookform/error-message": "0.0.4",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@ramonak/react-progress-bar": "^2.1.3",
"apexcharts": "^3.22.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-datetimepicker-npm": "^4.17.37-npm",
"bootstrap-fileinput": "^5.0.8",
"busy-load": "^0.1.2",
"compression-webpack-plugin": "^6.0.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"date-and-time": "^0.14.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.0",
"express-static-gzip": "^2.0.8",
"file-loader": "^5.1.0",
"font-awesome": "^4.7.0",
"glamor": "^2.20.40",
"i": "^0.3.6",
"jquery": "^3.5.1",
"jquery-toast-plugin": "^1.3.2",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.11",
"material-ui-search-bar": "^1.0.0",
"mime": "^1.6.0",
"mime-types": "^2.1.26",
"moment": "^2.29.1",
"node-postgres-named": "^2.4.1",
"node-schedule": "^1.3.2",
"node-xlsx": "^0.15.0",
"nodemailer": "^6.4.6",
"progressbar.js": "^1.1.0",
"proj4": "^2.6.1",
"rc-progress": "^3.1.0",
"react": "^16.13.0",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-apexcharts": "^1.3.7",
"react-bootstrap": "^1.0.0",
"react-bootstrap-modal": "^4.2.0",
"react-datepicker": "^3.2.2",
"react-dom": "^16.13.0",
"react-flow-renderer": "^7.1.2",
"react-hook-form": "^5.6.0",
"react-hook-form-input": "^1.1.10",
"react-loader-spinner": "^3.1.14",
"react-loadingmask": "^4.0.6",
"react-modal": "^3.11.2",
"react-number-format": "^4.4.4",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-simple-flowchart": "^1.2.2",
"react-tabs": "^3.1.1",
"react-toast-notifications": "^2.4.0",
"react-toastify": "^5.5.0",
"reactjs-popup": "^2.0.4",
"reapop": "^2.1.0",
"reapop-theme-wybo": "^1.0.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.26.3",
"style-loader": "^1.3.0",
"ts-loader": "^8.0.4",
"uuid": "^8.3.1",
"webpack-node-externals": "^2.5.2"
}
}