-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pumpkin-ui",
"version": "0.0.12",
"description": "组件库",
"private": true,
"scripts": {
"build:mobile_docs": "pnpm -C docs run mobile:build",
"dev:mobile_docs": "pnpm -C docs run mobile:dev",
"build:demo_mobile": "pnpm -C demo/mobile run build",
"dev:demo_mobile": "pnpm -C demo/mobile run dev",
"build:release": "pnpm -C packages/mobile run build:release",
"publish:release": "cd packages/mobile/dist && npm publish --access public --registry https://registry.npmjs.org",
"test": "pnpm -C packages/mobile run test",
"jest": "pnpm -C packages/mobile run jest"
},
"keywords": [],
"author": "yranky",
"license": "MIT",
"dependencies": {
"@pumpkin-ui/mobile": "workspace:^",
"@pumpkin-ui/use": "workspace:^",
"@pumpkin-ui/utils": "workspace:^"
}
}