-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
42 lines (42 loc) · 1.22 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
{
"private": true,
"repository": "[email protected]:pansyjs/watermark.git",
"author": "wangxingkang <[email protected]>",
"license": "MIT",
"scripts": {
"start": "dumi dev",
"example:vue2": "pnpm -r --filter vue2 run dev",
"example:vue3": "pnpm -r --filter vue3 run dev",
"build:site": "dumi build",
"build": "pnpm -r --filter ./packages run build",
"test": "walrus test",
"commit": "commit",
"release": "walrus release"
},
"devDependencies": {
"@ant-design/pro-card": "1.20.9",
"@ant-design/pro-form": "1.69.3",
"@pansy/react-watermark": "workspace:*",
"@pansy/vue-watermark": "workspace:*",
"@pansy/watermark": "workspace:*",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@umijs/plugin-antd": "0.15.2",
"@umijs/utils": "3.5.30",
"@umijs/babel-preset-umi": "3.5.30",
"@walrus/cli": "1.3.4",
"@walrus/plugin-release": "1.14.3",
"@walrus/plugin-test": "1.1.0",
"antd": "4.23.0",
"dumi": "1.1.47",
"html2canvas": "^1.4.1",
"lerna": "5.5.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"redbud": "^1.2.2",
"tsup": "6.1.2",
"typescript": "4.8.2",
"use-clipboard-hook": "1.1.1"
}
}