-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.03 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
{
"scripts": {
"dev": "APP_ENV=development vite",
"serve": "webpack serve --mode=\"development\" --progress",
"watch": "webpack --mode=\"development\" --watch --progress",
"build": "webpack --mode=\"production\" --progress",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore",
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix resources",
"sass": "sass --style compressed resources/css/sass/ public/css/sass/",
"sass:watch": "sass --watch resources/css/sass/:public/css/"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@vue/compiler-sfc": "^3.2.45",
"@vueform/multiselect": "^2.5.7",
"@vueup/vue-quill": "^1.1.1",
"animate.css": "^4.1.1",
"axios": "^1.2.1",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"dotenv": "^16.0.3",
"floating-vue": "^2.0.0-beta.24",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"resize-observer-polyfill": "^1.5.1",
"simplebar": "^6.2.5",
"simplebar-vue": "^2.3.3",
"style-loader": "^3.3.1",
"vite-plugin-babel": "^1.2.0",
"vue": "^3.2.45",
"vue-advanced-cropper": "^2.8.8",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-i18n": "^9.2.2",
"vue-loader": "^17.0.1",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^4.1.6",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@vitejs/plugin-vue": "^5.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"eslint-webpack-plugin": "^3.2.0",
"prettier": "2.8.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"vite": "^5.1.0",
"vite-plugin-live-reload": "^3.0.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
}
}