-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"private": true,
"version": "1.0.3",
"scripts": {
"build": "webpack --config webpack.config.js",
"obfuscate": "node obfuscicate.js",
"no-obfuscate": "node obfuscicate.js -o false"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap-datepicker": "^1.10.0",
"chart.js": "^4.4.3",
"datatables": "^1.10.18",
"dotenv": "^16.3.1",
"firebase": "^10.14.1",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-sourcemaps": "^3.0.0",
"minimist": "^1.2.8",
"popper.js": "^1.16.1",
"print-js": "^1.6.0",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.12.0",
"toastr": "^2.1.4",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}