-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.74 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
{
"name": "jk-editor-vue3",
"private": true,
"version": "0.0.0",
"scripts": {
"new": "plop",
"start": "vite",
"mock": "node ./mock/serve.js",
"build": "vite build",
"lint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix",
"preview": "vite preview"
},
"dependencies": {
"@aomao/engine": "file:@aomao/engine",
"@aomao/plugin-alignment": "file:@aomao/plugin-alignment",
"@aomao/plugin-backcolor": "file:@aomao/plugin-backcolor",
"@aomao/plugin-bold": "file:@aomao/plugin-bold",
"@aomao/plugin-code": "file:@aomao/plugin-code",
"@aomao/plugin-codeblock-vue": "file:@aomao/plugin-codeblock-vue",
"@aomao/plugin-file": "file:@aomao/plugin-file",
"@aomao/plugin-fontcolor": "file:@aomao/plugin-fontcolor",
"@aomao/plugin-fontfamily": "file:@aomao/plugin-fontfamily",
"@aomao/plugin-fontsize": "file:@aomao/plugin-fontsize",
"@aomao/plugin-heading": "file:@aomao/plugin-heading",
"@aomao/plugin-hr": "file:@aomao/plugin-hr",
"@aomao/plugin-image": "file:@aomao/plugin-image",
"@aomao/plugin-indent": "file:@aomao/plugin-indent",
"@aomao/plugin-italic": "file:@aomao/plugin-italic",
"@aomao/plugin-line-height": "file:@aomao/plugin-line-height",
"@aomao/plugin-link-vue": "file:@aomao/plugin-link-vue",
"@aomao/plugin-mark": "file:@aomao/plugin-mark",
"@aomao/plugin-math": "file:@aomao/plugin-math",
"@aomao/plugin-mention": "file:@aomao/plugin-mention",
"@aomao/plugin-orderedlist": "file:@aomao/plugin-orderedlist",
"@aomao/plugin-paintformat": "file:@aomao/plugin-paintformat",
"@aomao/plugin-quote": "file:@aomao/plugin-quote",
"@aomao/plugin-redo": "file:@aomao/plugin-redo",
"@aomao/plugin-removeformat": "file:@aomao/plugin-removeformat",
"@aomao/plugin-selectall": "file:@aomao/plugin-selectall",
"@aomao/plugin-status": "file:@aomao/plugin-status",
"@aomao/plugin-strikethrough": "file:@aomao/plugin-strikethrough",
"@aomao/plugin-sub": "file:@aomao/plugin-sub",
"@aomao/plugin-sup": "file:@aomao/plugin-sup",
"@aomao/plugin-table": "file:@aomao/plugin-table",
"@aomao/plugin-tasklist": "file:@aomao/plugin-tasklist",
"@aomao/plugin-underline": "file:@aomao/plugin-underline",
"@aomao/plugin-undo": "file:@aomao/plugin-undo",
"@aomao/plugin-unorderedlist": "file:@aomao/plugin-unorderedlist",
"@aomao/plugin-video": "file:@aomao/plugin-video",
"@aomao/toolbar-vue": "file:@aomao/toolbar-vue",
"axios": "^0.24.0",
"dayjs": "^1.11.0",
"keymaster": "^1.6.2",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"tinycolor2": "^1.4.2",
"tw-elements": "^1.0.0-alpha12",
"vite": "~2.8.1",
"vite-plugin-vue-setup-extend": "~0.4.0",
"vue": "^3.2.25",
"vue-router": "^4",
"vuex": "~4.0.2",
"vuex-persistedstate": "~4.1.0",
"xe-utils": "^3.5.4"
},
"devDependencies": {
"@types/keymaster": "^1.6.28",
"@types/lodash": "^4.14.178",
"@types/nprogress": "^0.2.0",
"@types/tinycolor2": "~1.4.3",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/compiler-sfc": "^3.2.9",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-vue": "^8.0.3",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-router": "^10.1.1",
"less": "^4.1.2",
"plop": "~3.0.5",
"postcss": "^8.4.12",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}