-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
86 lines (86 loc) · 3.38 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --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 --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 --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"cross-env": "^5.1",
"jquery": "^3.5.1",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.20",
"popper.js": "^1.16.1",
"resolve-url-loader": "^2.3.1",
"sass": "^1.30.0",
"sass-loader": "7.*",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@curiosityx/bootstrap-session-timeout": "^1.0.0",
"admin-resources": "git+https://github.com/themesbrand/admin-resources.git#master",
"bootstrap-colorpicker": "^3.1.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-editable": "^1.0.1",
"bootstrap-filestyle2": "^2.1.0",
"bootstrap-maxlength": "^1.10.0",
"bootstrap-rating": "0.0.1",
"bootstrap-touchspin": "^4.3.0",
"chart.js": "^2.9.4",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "0.0.17",
"datatables.net": "^1.10.23",
"datatables.net-autofill": "^2.3.5",
"datatables.net-autofill-bs4": "^2.3.5",
"datatables.net-bs4": "^1.10.23",
"datatables.net-buttons": "^1.6.5",
"datatables.net-buttons-bs4": "^1.6.5",
"datatables.net-keytable": "^2.5.3",
"datatables.net-keytable-bs4": "^2.5.3",
"datatables.net-responsive": "^2.2.6",
"datatables.net-responsive-bs4": "^2.2.6",
"datatables.net-select": "^1.2.5",
"datatables.net-select-bs4": "^1.2.5",
"dropzone": "^5.7.2",
"express": "^4.17.1",
"flot-axislabels": "^1.0.0",
"flot-charts": "^0.8.3",
"flot-orderbars": "^1.0.0",
"flot.curvedlines": "^1.1.1",
"fullcalendar": "^3.10.2",
"gmaps": "^0.4.25",
"inputmask": "^4.0.9",
"ion-rangeslider": "^2.3.1",
"jquery-countdown": "^2.2.0",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-steps": "^1.1.0",
"jquery-ui": "git+https://github.com/components/jqueryui.git#1.11.4",
"jquery.flot.tooltip": "^0.9.0",
"jquery.repeater": "^1.2.1",
"jszip": "^3.5.0",
"magnific-popup": "^1.1.0",
"metismenu": "^3.0.6",
"morris.js": "^0.5.0",
"node-waves": "^0.7.6",
"normalize.css": "^8.0.1",
"parsleyjs": "^2.9.1",
"pdfmake": "^0.1.69",
"peity": "^3.3.0",
"raphael": "^2.3.0",
"select2": "^4.0.13",
"simplebar": "^4.2.3",
"socket.io": "^3.0.4",
"summernote": "^0.8.18",
"sweetalert2": "^8.19.1",
"tinymce": "^5.6.2",
"x-editable": "^1.5.1"
}
}