-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1 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
{
"name": "@pansy/react-components",
"repository": "[email protected]:pansyjs/react-components.git",
"author": "wangxingkang <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "dumi dev",
"build": "pnpm run -r build",
"site": "dumi build",
"test": "walrus test",
"release": "walrus release"
},
"devDependencies": {
"@pansy/react-aliplayer": "workspace:*",
"@ant-design/pro-card": "^2.1.10",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@pansy/shared": "1.9.0",
"@walrus/cli": "1.3.4",
"@walrus/plugin-release": "1.14.3",
"@walrus/plugin-test": "1.1.0",
"antd": "5.1.7",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"dumi": "1.1.38",
"redbud": "1.5.0",
"lerna": "6.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"workspaces": [
"packages/*"
]
}