-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.39 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
{
"name": "csces-antd",
"version": "1.0.1",
"license": "MIT",
"author": "lyw",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"build:components": "gulp build:components",
"build:docs": "dumi build",
"dev:docs": "dumi dev",
"prepare": "husky install"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"prettier --write"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write"
]
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {
"antd": "^5.10.2"
},
"devDependencies": {
"@ant-design/happy-work-theme": "^1.0.0",
"@antv/g6": "^4.8.23",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@codesandbox/sandpack-react": "^2.9.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"antd-img-crop": "^4.14.0",
"antd-style": "^3.5.1",
"antd-token-previewer": "^2.0.5",
"autoprefixer": "^10.4.16",
"babel-plugin-module-resolver": "^5.0.0",
"chalk": "^5.3.0",
"del": "^7.1.0",
"dumi": "^2.3.0-alpha.9",
"fetch-jsonp": "^1.3.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^8.0.3",
"jsonml-to-react-element": "^1.1.11",
"jsonml.js": "^0.1.0",
"lint-staged": "^15.0.2",
"lunar-typescript": "^1.6.11",
"merge2": "^1.4.1",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6",
"prismjs": "^1.29.0",
"rc-footer": "^0.6.8",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-highlight-words": "^0.20.0",
"react-infinite-scroll-component": "^6.1.0",
"react-resizable": "^3.0.5",
"react-sticky-box": "^2.0.5",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}