-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@pansy/sworkspace",
"private": true,
"version": "1.0.0",
"description": "强大的印章组件,帮你快速的生成印章。",
"scripts": {
"start": "dumi dev",
"site": "dumi build",
"build": "pnpm -r --filter ./packages run build",
"release": "walrus release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pansyjs/seal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pansyjs/seal/issues"
},
"homepage": "https://github.com/pansyjs/seal#readme",
"devDependencies": {
"@ant-design/pro-card": "^1.18.33",
"@ant-design/pro-form": "^1.54.0",
"@pansy/react-seal": "workspace:*",
"@pansy/seal": "workspace:*",
"@types/react": "^17",
"@types/react-dom": "^17",
"@umijs/plugin-antd": "^0.15.0",
"@umijs/utils": "3.5.20",
"@walrus/cli": "1.3.4",
"@walrus/plugin-release": "1.14.3",
"@walrus/plugin-test": "1.1.0",
"antd": "^4.18.8",
"dayjs": "^1.10.7",
"dumi": "^1.1.38",
"lerna": "4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"use-clipboard-hook": "^1.1.1"
}
}