forked from pansyjs/watermark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "@pansy/root",
"private": true,
"repository": "[email protected]:pansyjs/watermark.git",
"author": "wangxingkang <[email protected]>",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "dumi dev",
"example:vue2": "pnpm -r --filter vue2 run dev",
"example:vue3": "pnpm -r --filter vue3 run dev",
"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": "^17",
"@types/react-dom": "^17",
"@umijs/plugin-antd": "0.15.0",
"@umijs/utils": "3.5.26",
"@walrus/cli": "1.3.4",
"@walrus/plugin-release": "1.14.3",
"@walrus/plugin-test": "1.1.0",
"antd": "4.21.0",
"dumi": "1.1.42",
"html2canvas": "^1.4.1",
"lerna": "5.1.1",
"prettier": "^2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsup": "6.1.2",
"typescript": "4.7.3",
"use-clipboard-hook": "1.1.1"
}
}