forked from imzbf/md-editor-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.71 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
{
"name": "@vavt/md-editor-extension",
"version": "0.0.0",
"license": "MIT",
"description": "Extensions for md-editor-rt and md-editor-v3.",
"keywords": [
"md-editor-v3",
"md-editor-rt"
],
"author": {
"name": "zbf",
"url": "https://imzbf.top"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imzbf/md-editor-extension.git"
},
"bugs": {
"url": "https://github.com/imzbf/md-editor-extension/issues"
},
"scripts": {
"dev:cm": "pnpm --filter=@vavt/cm-extension run dev",
"dev:v3": "pnpm --filter=@vavt/v3-extension run dev",
"dev:rt": "pnpm --filter=@vavt/rt-extension run dev",
"build:cm": "pnpm --filter=@vavt/cm-extension run build",
"build:v3": "pnpm --filter=@vavt/v3-extension run build",
"build:rt": "pnpm --filter=@vavt/rt-extension run build",
"build": "pnpm build:cm & pnpm build:v3 & pnpm build:rt"
},
"devDependencies": {
"@types/multiparty": "^0.0.36",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vavt/vite-plugin-import-markdown": "^1.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"axios": "^1.6.8",
"eslint": "^9.1.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-vue": "^9.25.0",
"md-editor-rt": "^4.15.0",
"md-editor-v3": "^4.15.0",
"multiparty": "^4.2.3",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vue": "^3.4.25"
}
}