-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.4 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
{
"name": "omni-dev",
"module": "index.ts",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev:lib": "bun --filter './packages/**' --parallel dev",
"build:lib": "bun --filter './packages/**' --parallel build",
"prepare": "bun build:lib",
"clear-all": "bun x rimraf@5 -g **/node_modules **/dist",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"bump": "bumpp -r --all --execute \"bun run ./scripts/bump-version.ts\""
},
"devDependencies": {
"@types/bun": "latest",
"bumpp": "^10.2.1",
"conventional-changelog-cli": "^5.0.0",
"tsdown": "^0.15.1"
},
"peerDependencies": {
"typescript": "catalog:"
},
"workspaces": {
"packages": [
"packages/*",
"playgrounds/*"
],
"catalog": {
"eslint": "^9.26.0",
"typescript": "^5",
"tsdown": "^0.15.1",
"vitest": "^3.2.4"
},
"catalogs": {
"uniapp": {
"@dcloudio/types": "3.4.14",
"@dcloudio/uni-app": "3.0.0-4060620250520001",
"@dcloudio/uni-app-harmony": "3.0.0-4060620250520001",
"@dcloudio/uni-app-plus": "3.0.0-4060620250520001",
"@dcloudio/uni-automator": "3.0.0-4060620250520001",
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
"@dcloudio/uni-components": "3.0.0-4060620250520001",
"@dcloudio/uni-h5": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-alipay": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-baidu": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-harmony": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-jd": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-lark": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-qq": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-weixin": "3.0.0-4060620250520001",
"@dcloudio/uni-mp-xhs": "3.0.0-4060620250520001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001",
"@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
"@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
"@uni-helper/axios-adapter": "1.5.2",
"axios": "1.5.1",
"unocss": "66.0.0",
"vue": "3.4.21"
}
}
},
"patchedDependencies": {
"bumpp@10.2.1": "patches/bumpp@10.2.1.patch"
}
}