-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
111 lines (111 loc) · 3.49 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "91huajian",
"private": true,
"version": "1.0.0",
"scripts": {
"deploy": "npm install && npm run build",
"dev": "vite",
"build:local": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build": "cross-env NODE_ENV=production ./node_modules/vite/bin/vite.js build",
"preview:dev": "npm run build:dev && vite preview",
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
"eslint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"prettier": "prettier . --write",
"commit": "git-cz",
"postinstall": "husky install",
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"dependencies": {
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@element-plus/icons-vue": "^1.1.4",
"@types/qs": "^6.9.7",
"@vueuse/core": "^8.4.2",
"@vueuse/head": "^2.0.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"autoprefixer": "10.4.5",
"axios": "^0.26.1",
"c-scrollbar": "^1.0.2",
"colorpicker-v3": "^2.10.2",
"default-passive-events": "^2.0.0",
"element-plus": "2.4.4",
"fast-glob": "^3.2.12",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.2.0",
"html2canvas": "^1.4.1",
"image-conversion": "^2.1.1",
"increase-memory-limit": "^1.0.7",
"json-editor-vue3": "^1.0.9",
"jspdf": "^1.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"pinia": "^2.0.14",
"qrcode.vue": "^3.3.3",
"qs": "^6.11.0",
"v-contextmenu": "^3.0.0",
"v-viewer": "^3.0.11",
"viewerjs": "^1.11.1",
"vue": "^3.2.33",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.0.1",
"vue-dompurify-html": "^3.1.1",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.0.15",
"vue-uuid": "^3.0.0",
"vue3-colorpicker": "^2.1.2",
"vue3-count-to": "^1.1.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/file-saver": "^2.0.5",
"@types/jspdf": "^2.0.0",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^2.3.2",
"codemirror": "~6.0.1",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.3",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"sass": "^1.53.0",
"terser": "^5.14.2",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.9.5",
"unplugin-vue-components": "^0.21.2",
"unplugin-vue-define-options": "^0.9.2",
"vite": "^3.2.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-prerender": "^1.0.8",
"vite-plugin-sitemap": "^0.7.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-global-api": "^0.4.1",
"vue-tsc": "^0.29.8"
},
"peerDependencies": {
"codemirror": "6.x"
}
}