-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.23 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.23 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "DevBuff",
"version": "3.0.0",
"scripts": {
"dev": "vite",
"devWithNetwork": "vite --host",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"lint-staged": "lint-staged",
"prepare": "husky install",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "30.0.0",
"@ckeditor/ckeditor5-vue": "2.0.1",
"@iconicicons/vue3": "1.5.0",
"@vueup/vue-quill": "1.0.0-beta.7",
"@vueuse/components": "^6.9.2",
"@vueuse/core": "6.6.1",
"@vueuse/integrations": "6.6.1",
"@vueuse/motion": "1.6.0",
"@vueuse/router": "6.6.1",
"axios": "0.23.0",
"color": "4.0.1",
"fastcomments-vue-next": "2.0.1",
"html-to-text": "^8.1.0",
"lodash": "4.17.21",
"masonry-layout": "4.2.2",
"mitt": "3.0.0",
"nprogress": "0.2.0",
"query-string": "7.0.1",
"quill-image-uploader": "1.2.2",
"sass": "1.43.2",
"string-to-color": "2.2.2",
"swiper": "6.8.4",
"unplugin-vue-components": "^0.15.6",
"vee-validate": "4.5.3",
"vue": "3.2.20",
"vue-i18n": "9.1.9",
"vue-masonry": "^0.13.0",
"vue-nprogress": "0.2.0",
"vue-ripple-directive": "^2.0.1",
"vue-router": "4.0.12",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@intlify/vite-plugin-vue-i18n": "2.4.0",
"@vitejs/plugin-vue": "1.9.3",
"@vue/compiler-sfc": "3.2.20",
"@vue/eslint-config-prettier": "6.0.0",
"@vueuse/gesture": "^1.0.0",
"@windicss/plugin-heropatterns": "^0.0.8",
"babel-loader": "8.2.2",
"eslint": "8.0.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier-vue": "3.1.0",
"eslint-plugin-vue": "7.19.1",
"husky": "7.0.2",
"lint-staged": "11.2.3",
"pinst": "2.1.6",
"prettier": "2.4.1",
"vite": "2.6.7",
"vite-plugin-fonts": "0.2.2",
"vite-plugin-svg-icons": "1.0.5",
"vite-plugin-windicss": "^1.7.0",
"vue-loader": "16.8.1",
"windicss": "^3.4.3"
}
}