-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "niu-tools",
"private": true,
"type": "module",
"scripts": {
"rm": "node ./scripts/rm.js",
"gen": "tsx ./scripts/gen-version.ts",
"dev": "pnpm run gen && pnpm --filter @niu-tools/core dev",
"build": "pnpm run rm && pnpm run gen && pnpm -r run build",
"docs:dev": "vitepress dev packages",
"docs:build": "vitepress build packages",
"docs:serve": "vitepress serve packages",
"publish": "tsx ./scripts/publish.ts",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@internal/tsconfig": "workspace:*",
"@niu-tools/shared": "workspace:*",
"@niu-tools/core": "workspace:*",
"@niu-tools/uniapp": "workspace:*",
"@niu-tools/vue3": "workspace:*",
"@niu-tools/request": "workspace:*",
"@types/node": "^18.14.6",
"@vitepress-demo-preview/component": "^2.2.0",
"@vitepress-demo-preview/plugin": "^1.1.7",
"concurrently": "^7.6.0",
"del": "^7.0.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.3",
"lodash-es": "^4.17.21",
"tsc-alias": "^1.8.2",
"tsx": "^3.12.3",
"typescript": "^4.9.5",
"vitepress": "1.0.0-alpha.60",
"vitest": "^0.29.2",
"vue": "^3.2.47"
},
"pnpm": {
"patchedDependencies": {
"@manypkg/[email protected]": "patches/@[email protected]"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}