-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.25 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
{
"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": {
"@fortawesome/fontawesome-free": "^5.14.0",
"axios": "^0.21.1",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.9",
"lodash": "^4.17.20",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.32.4",
"sass-loader": "^8.0.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@casl/ability": "^5.1.2",
"@casl/vue": "^1.2.1",
"@johmun/vue-tags-input": "^2.1.0",
"@mathieustan/vue-notification": "^0.1.3-rc.1",
"chart.js": "^2.9.3",
"dayjs": "^1.10.3",
"event-source-polyfill": "^1.0.22",
"export-from-json": "^1.3.4",
"luxon": "^1.25.0",
"material-design-icons-iconfont": "^6.1.0",
"materialize-css": "^1.0.0",
"mini-toastr": "^0.8.1",
"moment": "^2.29.1",
"number-abbreviate": "^2.0.0",
"number-format.js": "^2.0.9",
"pusher-js": "^7.0.2",
"secure-ls": "^1.2.6",
"vue-datetime": "^1.0.0-beta.14",
"vue-good-table": "^2.21.3",
"vue-loading-overlay": "^3.4.2",
"vue-materialize-datatable": "^1.0.4",
"vue-notifications": "^1.0.2",
"vue-numeric": "^2.3.0",
"vue-router": "^3.4.9",
"vue-timeago": "^5.1.2",
"vuex": "^3.6.0",
"vuex-persistedstate": "^4.0.0-beta.3",
"weekstart": "^1.0.1"
}
}