-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 4.23 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
{
"name": "@mixte/monorepo",
"type": "module",
"version": "3.0.0-beta.2",
"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 && pnpm build-dts",
"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 && pnpm bdd && vitepress dev packages --host",
"docs:build": "pnpm udd && pnpm bdd && 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",
"bdd": "pnpm install && tsx --max-old-space-size=6144 scripts/buildDocsDts.ts",
"build": "pnpm install && tsx scripts/build.ts",
"build-dts": "pnpm install && tsx --max-old-space-size=6144 scripts/build-dts.ts",
"release": "pnpm test-release && npx bumpp -r --no-tag --no-push"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@floating-ui/vue": "^1.1.5",
"@iconify/json": "^2.2.269",
"@mixte/components": "workspace:*",
"@mixte/snippets": "workspace:*",
"@mixte/use": "workspace:*",
"@mixte/validator": "workspace:*",
"@moomfe/eslint-config": "^3.4.0",
"@moomfe/small-utils": "^5.3.2",
"@nuxt/kit": "^3.14.159",
"@nuxt/schema": "^3.14.159",
"@rollup/pluginutils": "^5.1.3",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/postcss-js": "^4.0.4",
"@vercel/analytics": "^1.3.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vue/compiler-core": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"change-case": "^5.4.4",
"defu": "^6.1.4",
"element-plus": "^2.8.7",
"eslint": "^9.14.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"gsap": "^3.12.5",
"is-in-ci": "^1.0.0",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.12",
"magicast": "^0.3.5",
"mixte": "workspace:*",
"naive-ui": "^2.40.1",
"nanoid": "^5.0.8",
"nuxt": "^3.14.159",
"pathe": "^1.1.2",
"pnpm": "^9.12.3",
"postcss": "^8.4.47",
"postcss-js": "^4.0.1",
"radash": "^12.1.0",
"rollup": "^4.24.4",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.80.6",
"scule": "^1.3.0",
"shiki": "^1.22.2",
"shiki-magic-move": "^0.5.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^0.3.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vitepress": "^1.5.0",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-demi": "^0.14.10",
"vue-tsc": "^2.1.10"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"
}
}