-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.69 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": "element-plus-issue-helper",
"version": "0.3.1",
"bugs": {
"url": "https://github.com/element-plus/element-plus-issue-helper/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/element-plus/element-plus-issue-helper.git"
},
"author": "三咲智子 <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"release": "bumpp"
},
"dependencies": {
"compare-versions": "^5.0.1",
"element-plus": "^2.2.15",
"marked": "^4.0.19",
"new-github-issue-url": "^1.0.0",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/mdi": "^1.1.31",
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@sxzz/eslint-config-prettier": "^2.4.1",
"@sxzz/eslint-config-vue": "^2.4.1",
"@types/markdown-it": "^12.2.3",
"@types/marked": "^4.0.6",
"@types/node": "*",
"@vitejs/plugin-vue": "^3.0.3",
"@vueuse/core": "^9.1.1",
"bumpp": "^8.2.1",
"eslint": "^8.22.0",
"eslint-define-config": "^1.6.0",
"github-markdown-css": "^5.1.0",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"sass": "^1.54.5",
"typescript": "~4.8.2",
"unocss": "^0.45.13",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-mkcert": "^1.9.0",
"vite-plugin-vue-markdown": "^0.21.1",
"vue-tsc": "^0.40.1"
}
}