-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.75 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "npm run ziggy && npm run i18n && npm run eslint && mix",
"eslint": "eslint --ext .js,.vue resources/js/components",
"hot": "npm run development watch --hot",
"i18n": "php artisan i18n:generate resources/js/lang",
"prod": "npm run production",
"production": "npm run ziggy && npm run i18n && npm run eslint && mix --production",
"watch": "npm run development watch",
"watch-poll": "npm run development watch -- --watch-options-poll=1000",
"ziggy": "php artisan route:clear && php artisan ziggy:generate resources/js/plugins/ziggy.js"
},
"dependencies": {
"axios": "^0.21",
"chart.js": "^2.9.4",
"ckeditor-wordcount-plugin": "^1.17.9",
"cross-env": "^7.0.3",
"el-select-tree": "^2.0.5",
"element-ui": "^2.14.1",
"eslint": "^7.17.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.4.1",
"jquery": "^3.5",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"postcss": "^8.3.5",
"postcss-loader": "^4.1.0",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.2",
"sass-loader": "^10.1.0",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-cropperjs": "^4.2.0",
"vue-i18n": "^8.22.2",
"vue-loader": "^15.9.6",
"vue-lodash": "^2.1.2",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12",
"vue-use-vuex": "^0.2.2",
"vue2-editor": "^2.10.3",
"vuex": "^3.6.0",
"vuex-shared-mutations": "^1.0.2",
"ziggy": "^2.4.0"
}
}