-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 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
45
46
47
48
49
50
51
52
53
54
{
"name": "@pansy/dumi-theme-pansy",
"version": "1.0.1",
"description": "The pansy theme of dumi",
"scripts": {
"start": "pnpm -r --filter dumi-theme-pansy-site run start",
"release": "walrus release --skip-build"
},
"files": [
"src",
"exports"
],
"sideEffects": [
"./**/*.less"
],
"repository": {
"type": "git",
"url": "https://github.com/pansyjs/dumi-theme-pansy"
},
"homepage": "https://github.com/pansyjs/dumi-theme-pansy",
"bugs": "https://github.com/pansyjs/dumi-theme-pansy/issues",
"authors": [
"wangxingkang <[email protected]> (https://github.com/wangxingkang)"
],
"dependencies": {
"antd": "^4.21.7",
"axios": "^0.27.2",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"qrcode.react": "^3.1.0",
"rc-tabs": "^11.16.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/react": "17",
"@types/react-dom": "17",
"@umijs/preset-dumi": "^1.1.46",
"@umijs/types": "^3.5.30",
"@walrus/cli": "^1.3.4",
"@walrus/plugin-release": "^1.14.3",
"dumi": "^1.1.46",
"react-test-renderer": "^18.2.0"
},
"peerDependencies": {
"@umijs/preset-dumi": "1.x",
"react": "^16.13.1"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}