-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 2.42 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
{
"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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@mdi/font": "^3.9.97",
"@websanova/vue-auth": "^2.21.14-beta",
"date-fns": "^2.13.0",
"es6-promise": "^4.2.6",
"font-awesome": "^4.7.0",
"laravel-echo": "^1.7.0",
"lodash.truncate": "^4.4.2",
"moment": "^2.29.2",
"nprogress": "^0.2.0",
"pusher-js": "^5.1.1",
"quill": "^1.3.7",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"vee-validate": "^2.2.15",
"vue-axios": "^2.1.5",
"vue-fullcalendar": "^1.0.9",
"vue-i18n": "^8.17.4",
"vue-perfect-scrollbar": "^0.1.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.6",
"vuetify": "^1.5.24",
"vuex": "^3.3.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-prettier": "^4.0.1",
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.4.1",
"cross-env": "^7.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
}