-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
142 lines (142 loc) · 4.44 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@mixte/monorepo",
"type": "module",
"version": "3.2.0",
"private": true,
"packageManager": "[email protected]",
"description": "实用工具函数/Vue 组合式函数/工具向 Vue 组件/常用校验函数/一些代码片段 - Utilities/Vue composable/Vue utility components/Validator/Code snippet",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MoomFE/mixte.git"
},
"bugs": {
"url": "https://github.com/MoomFE/mixte/issues"
},
"keywords": [
"utilities",
"vue",
"composables",
"vue-composables",
"components",
"vue-components",
"validator",
"snippets"
],
"scripts": {
"test": "pnpm install && vitest --coverage",
"test:ui": "pnpm test --ui",
"test-build": "pnpm build && vitest --mode test-build",
"test-build:ui": "pnpm test-build --ui",
"test-release": "pnpm test-tsc && pnpm test-build --run",
"test-coverage": "pnpm install && vitest --run",
"test-tsc": "pnpm install && vitest --run && vue-tsc --project tsconfig.tsc.json --noEmit",
"dev": "pnpm docs:dev",
"docs:dev": "pnpm udd && vitepress dev packages --host",
"docs:build": "pnpm udd && pnpm build && vitepress build packages",
"docs:preview": "pnpm docs:build && vitepress preview packages --host",
"up": "npx taze latest -r -w -i -x",
"lint": "pnpm install && eslint .",
"lint:fix": "pnpm install && eslint . --fix",
"udd": "pnpm install && tsx scripts/updateDocsDetails.ts",
"build": "pnpm install && pnpm --workspace-concurrency=Infinity -r --filter=./packages/* run build",
"release": "pnpm test-release && npx bumpp -r --no-tag --no-push"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@floating-ui/vue": "^1.1.6",
"@iconify/json": "^2.2.303",
"@mixte/components": "workspace:*",
"@mixte/snippets": "workspace:*",
"@mixte/use": "workspace:*",
"@mixte/validator": "workspace:*",
"@moomfe/eslint-config": "^3.4.0",
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@rollup/pluginutils": "^5.1.4",
"@shikijs/vitepress-twoslash": "^2.3.2",
"@tiptap/extension-bubble-menu": "catalog:",
"@tiptap/extension-underline": "catalog:",
"@tiptap/pm": "catalog:",
"@tiptap/starter-kit": "catalog:",
"@tiptap/vue-3": "catalog:",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/postcss-js": "^4.0.4",
"@types/three": "catalog:",
"@vercel/analytics": "^1.4.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"@vue/compiler-core": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^12.5.0",
"axios": "^1.7.9",
"chalk": "^5.4.1",
"cheerio": "^1.0.0",
"comlink": "^4.4.2",
"defu": "^6.1.4",
"element-plus": "^2.9.4",
"eslint": "^9.20.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"gsap": "catalog:",
"is-in-ci": "^1.0.0",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.17",
"magicast": "^0.3.5",
"mixte": "workspace:*",
"naive-ui": "^2.41.0",
"nanoid": "^5.0.9",
"nuxt": "^3.15.4",
"ora": "^8.2.0",
"pathe": "^2.0.2",
"pnpm": "^9.15.5",
"postcss": "^8.5.1",
"postcss-js": "^4.0.1",
"radash": "^12.1.0",
"rollup": "^4.34.6",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.84.0",
"scule": "^1.3.0",
"shiki": "^2.3.2",
"shiki-magic-move": "^1.0.0",
"simple-git-hooks": "^2.11.1",
"three": "catalog:",
"tsx": "^4.19.2",
"type-fest": "^4.33.0",
"typescript": "~5.7.3",
"unocss": "^65.4.3",
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^3.2.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"vitepress": "^1.6.3",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"vue-component-type-helpers": "catalog:",
"vue-tsc": "^2.2.0"
},
"pnpm": {
"overrides": {
"@vue/compiler-core": "^3.5.13",
"vue": "^3.5.13"
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"
}
}