This repository was archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 2.83 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@sensoro/sensoro-design",
"version": "2.7.3",
"description": "基于 AntDesign 的高质量 React 组件,为提效而生。",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"homepage": "http://design.sensoro.com",
"bugs": {
"url": "https://github.com/sensoro-design/sensoro-design/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sensoro-design/sensoro-design"
},
"scripts": {
"start": "dumi dev",
"build": "npm run entry && father-build",
"site": "cross-env SITE_DEPLOY='TRUE' dumi build",
"test": "walrus test",
"entry": "walrus entry",
"prettier": "walrus prettier",
"lint:style": "walrus stylelint --fix 'src/**/*.less' --syntax less",
"lint:commit": "commitlint --env HUSKY_GIT_PARAMS",
"release": "walrus release",
"prepare": "husky install",
"release:next": "walrus release --tag next",
"clear:src": "walrus run ./scripts/clear-src.ts",
"clear:docs": "walrus run ./scripts/clear-docs.ts"
},
"peerDependencies": {
"antd": ">=4.0.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@ant-design/colors": "6.0.0",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-card": "1.18.14",
"@pansy/array-to-tree": "0.3.0",
"@pansy/classnames": "1.0.1",
"@pansy/react-aliplayer": "1.3.0",
"@pansy/react-fullscreen": "1.3.0",
"@pansy/react-hooks": "^0.9.13",
"@pansy/react-responsive-card": "^0.2.0",
"@pansy/react-watermark": "^3.1.10",
"@sensoro-design/icons": "^1.13.0",
"d3-path": "^3.0.1",
"file-saver": "^2.0.5",
"jsbarcode": "^3.11.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"rc-tabs": "^11.10.5",
"rc-tree": "^5.4.3",
"rc-util": "^5.8.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@lotus-ui/tools": "^0.2.5",
"@commitlint/cli": "14.1.0",
"@types/d3-path": "^3.0.0",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.168",
"@types/react": "^17",
"@types/react-dom": "^17",
"@umijs/plugin-antd": "^0.15.0",
"@walrus/cli": "^1.3.4",
"@walrus/commitlint-config-emoji": "^1.0.3",
"@walrus/plugin-entry": "^0.3.0",
"@walrus/plugin-release": "1.14.3",
"@walrus/plugin-run": "^0.5.3",
"@walrus/plugin-test": "^1.1.0",
"@walrus/preset-lint": "^1.1.8",
"antd": "4.18.5",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"dumi": "1.1.38",
"father-build": "^1.21.1",
"husky": "7.0.4",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"typescript": "4.5.5"
},
"browserslist": [
"last 2 version",
"Firefox ESR",
"> 1%",
"ie >= 9"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}