-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.65 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"axios": "^0.19",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"jquery": "^3.2",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.14",
"popper.js": "^1.12",
"resolve-url-loader": "^3.1.2",
"sass": "^1.20.1",
"sass-loader": "^8.0.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10",
"braces": "^2.3.2",
"browser-sync": "^2.26.7",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "frankwallis/gulp-hub#4.0",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"js-yaml": ">=3.13.1",
"sass-lint": "^1.13.1",
"tar": ">=4.4.8",
"yargs": "^13.3.0"
},
"dependencies": {
"admin-resources": "git+https://github.com/coderthemes/admin-resources.git#master",
"apexcharts": "3.20.0",
"blueimp-file-upload": "^10.31.0",
"bootstrap": "^4.5.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-maxlength": "^1.10.0",
"bootstrap-timepicker": "^0.5.2",
"bootstrap-touchspin": "^4.3.0",
"britecharts": "^2.16.1",
"chart.js": "^2.9.3",
"datatables.net": "^1.10.21",
"datatables.net-bs4": "^1.10.21",
"datatables.net-buttons": "^1.6.3",
"datatables.net-buttons-bs4": "^1.6.3",
"datatables.net-keytable": "^2.5.2",
"datatables.net-keytable-bs4": "^2.5.2",
"datatables.net-responsive": "^2.2.5",
"datatables.net-responsive-bs4": "^2.2.5",
"datatables.net-select": "^1.3.1",
"datatables.net-select-bs4": "^1.3.1",
"daterangepicker": "^3.1.0",
"dragula": "^3.7.2",
"dropzone": "^5.7.2",
"frappe-gantt": "^0.5.0",
"fullcalendar": "^5.3.0",
"gmaps": "^0.4.25",
"handlebars": "^4.7.6",
"highlightjs": "^9.16.2",
"ion-rangeslider": "^2.3.1",
"jquery": "3.5.1",
"jquery-datatables-checkboxes": "1.2.12",
"jquery-mask-plugin": "^1.14.16",
"jquery-sparkline": "^2.4.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "git+https://github.com/components/jqueryui.git#1.11.4",
"jquery.rateit": "^1.1.3",
"metismenu": "^3.0.6",
"moment": "^2.27.0",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"simplebar": "^5.2.1",
"simplemde": "^1.11.2",
"summernote": "0.8.18",
"twitter-bootstrap-wizard": "^1.2.0",
"typeahead.js": "^0.11.1"
}
}