-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
81 lines (81 loc) · 2.68 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
{
"name": "ts-config-helper",
"version": "1.0.0-beta-15",
"private": true,
"description": "Ts Config Helper 是一个功能强大、易用性高的 TypeScript 交互式配置工具,提供可视化配置、详细 Ts 官网文档查阅、预设配置列表和分类过滤等多种功能,帮助你更快速、准确地完成 tsconfig.json 的配置。",
"scripts": {
"prepare": "node src/scripts/generateTsconfigJson.js",
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@iconify/vue": "^4.1.1",
"@vueuse/core": "^9.13.0",
"bootstrap-icons-vue": "^1.8.1",
"canvas-confetti": "^1.6.0",
"comment-json": "^4.2.3",
"fast-json-patch": "^3.1.1",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.7.0",
"json5": "^2.2.3",
"jsonc-parser": "^3.2.0",
"jsondiffpatch": "^0.4.1",
"just-diff": "^6.0.2",
"markdown-it": "^13.0.1",
"mitt": "^3.0.0",
"monaco-editor": "^0.36.1",
"naive-ui": "^2.34.3",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"splitpanes": "^3.1.5",
"strip-json-comments": "^5.0.0",
"vite-plugin-pwa": "^0.14.4",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/canvas-confetti": "^1.6.0",
"@types/jsdom": "^21.1.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.14.2",
"@types/prettier": "^2.7.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.60.0",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.2.7",
"typescript": "~4.8.4",
"vite": "^4.3.1",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-env-parse": "^1.0.2",
"vite-plugin-spa-loading": "^1.2.2",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=7.0.0"
}
}