-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.48 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
{
"name": "@vite-plugin-uni-pages/monorepo",
"type": "module",
"version": "0.2.28",
"private": true,
"packageManager": "[email protected]",
"description": "Use TypeScript to write pages.json of uni-app",
"author": "KeJun",
"license": "MIT",
"homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uni-helper/vite-plugin-uni-pages.git"
},
"bugs": "https://github.com/uni-helper/vite-plugin-uni-pages/issues",
"keywords": [],
"sideEffects": false,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"dev": "pnpm stub",
"build": "rimraf --glob packages/*/dist && pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"play:mp-weixin": "pnpm dev && pnpm -C packages/playground run dev:mp-weixin",
"build:mp-weixin": "pnpm build && pnpm -C packages/playground run build:mp-weixin",
"play:h5": "pnpm dev && pnpm -C packages/playground run dev:h5",
"build:h5": "pnpm build && pnpm -C packages/playground run build:h5",
"prepublishOnly": "pnpm build",
"release": "bumpp",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "pnpm lint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.16.1",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
}
}