-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.91 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
{
"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 --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 --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.0",
"bootstrap-datepicker": "^1.9.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^1.2.0",
"chart.js": "^2.9.4",
"cross-env": "^7.0.3",
"datatables": "^1.10.18",
"easy-pie-chart": "^2.1.7",
"file-loader": "^1.1.11",
"fullcalendar": "^3.10.2",
"jquery": "^3.5.1",
"jquery-sparkline": "^2.4.0",
"jvectormap": "^2.0.4",
"laravel-mix": "^5.0.9",
"load-google-maps-api": "^1.3.3",
"lodash": "^4.17.20",
"masonry-layout": "^4.2.2",
"moment": "^2.29.1",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"resolve-url-loader": "^2.3.2",
"sass": "^1.32.5",
"sass-loader": "^7.3.1",
"skycons": "^1.0.0",
"sweetalert2": "^8.19.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"bootstrap-v4-rtl": "^4.3.1-6",
"jquery-datetimepicker": "^2.5.21",
"select2": "^4.0.13"
}
}