forked from antvis/dumi-theme-antv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.47 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
{
"name": "@antv/dumi-theme-antv",
"version": "0.2.0",
"description": "The official antv site theme of dumi",
"files": [
"es",
"src"
],
"sideEffects": [
"*.less",
"*.module.less",
"*.css"
],
"scripts": {
"start": "father build --watch",
"build": "father build"
},
"homepage": "https://github.com/antvis/dumi-theme-antv",
"authors": [],
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@umijs/preset-dumi": "latest",
"antd": "^4.19.5",
"dumi": "^1.1.40",
"i18next": "^21.6.14",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"omit.js": "^2.0.2",
"parse-github-url": "^1.0.2",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.21.0",
"rc-footer": "^0.6.6",
"rc-motion": "^2.4.1",
"rc-tabs": "^11.7.1",
"rc-tree": "^5.2.0",
"react": "^17.0.1",
"react-github-button": "^0.1.11",
"react-i18next": "^11.16.2",
"react-slick": "^0.28.1",
"react-use": "^17.3.2",
"slick-carousel": "^1.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/dumi-theme-antv.git",
"directory": "src"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@types/react": "^17.0.43",
"father": "^2.30.17",
"react-test-renderer": "^16.13.1"
},
"peerDependencies": {
"react": "^17.x",
"react-dom": "^17.x"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}