-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.19 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.19 KB
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
{
"name": "@vc-com/portal",
"version": "0.0.0",
"description": "portal组件",
"files": [
"dist",
"package.json"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "pnpm -r --filter './packages/*' run build",
"release": "pnpm build && pnpm -r --filter './packages/*' publish --access public --no-git-checks",
"publish:dry": "pnpm build && pnpm -r --filter './packages/*' publish --access public --dry-run",
"version:bump": "pnpm -r --filter './packages/*' exec bumpp",
"build:docs": "vite build --config vite.config.docs.ts",
"preview": "vite preview",
"commit": "git add . && lefthook run pre-commit && git add . && czg --no-verify"
},
"dependencies": {
"es-toolkit": "^1.43.0",
"markdown-it": "^14.1.0",
"shiki": "^3.21.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vue": "catalog:"
},
"devDependencies": {
"@commitlint/cli": "^20.3.0",
"@commitlint/config-conventional": "^20.3.0",
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@ts-macro/tsc": "catalog:",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.1",
"@types/prismjs": "^1.26.5",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"@typescript/native-preview": "catalog:",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.3.2",
"clsx": "^2.1.1",
"czg": "^1.12.0",
"eslint": "^9.39.2",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-vue": "^10.6.2",
"fast-glob": "^3.3.3",
"globals": "^17.0.0",
"lefthook": "^2.0.13",
"less": "^4.5.1",
"oxfmt": "^0.21.0",
"oxlint": "^1.36.0",
"prettier": "^3.7.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "catalog:",
"vite-plugin-dts": "^4.5.4",
"vite-tsconfig-paths": "^6.0.4",
"vue-eslint-parser": "^10.2.0",
"vue-jsx-vapor": "^3.1.11",
"vue-tsc": "^3.2.2"
}
}