-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
115 lines (115 loc) · 3.27 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@opensumi/antd-theme",
"version": "1.0.3",
"description": "OpenSumi theme for antd4",
"keywords": [
"antd custom theme",
"OpenSumi theme"
],
"homepage": "https://github.com/opensumi/antd-theme",
"repository": {
"type": "git",
"url": "git@github.com:opensumi/antd-theme.git"
},
"license": "MIT",
"files": [
"lib",
"src"
],
"main": "lib/theme.js",
"scripts": {
"compile": "rm -rf lib && gulp theme",
"prepublishOnly": "npm run compile",
"prettier": "prettier -c --write '**/*'",
"pretty-quick": "pretty-quick",
"site": "bisheng start -c ./site/bisheng.config.js",
"build": "gulp color-theme && npm run site",
"start": "cross-env NODE_ENV=development concurrently \"gulp color-theme\" \"npm run site\""
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.13",
"moment": "^2.27.0",
"raf": "^3.4.1",
"scroll-into-view-if-needed": "^2.2.25"
},
"devDependencies": {
"@ant-design/bisheng-plugin": "^2.3.0",
"@ant-design/colors": "^4.0.1",
"@ant-design/hitu": "^0.0.0-alpha.13",
"@ant-design/icons": "^4.2.1",
"@ant-design/tools": "^9.0.0",
"@qixian.cs/github-contributors-list": "^1.0.3",
"@stackblitz/sdk": "^1.3.0",
"@types/classnames": "^2.2.8",
"@types/lodash": "^4.14.157",
"@types/raf": "^3.4.0",
"@types/react": "^16.9.41",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.5",
"antd": "4.4.0",
"antd-img-crop": "^3.9.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"bisheng": "^1.6.1",
"bisheng-plugin-description": "^0.1.4",
"bisheng-plugin-react": "^1.1.0",
"bisheng-plugin-toc": "^0.4.4",
"concurrently": "^5.0.2",
"cross-env": "^7.0.0",
"docsearch.js": "^2.6.3",
"esbuild-webpack-plugin": "^1.0.0",
"fetch-jsonp": "^1.1.3",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^4.0.1",
"gulp-less-variables-to-file": "^0.1.1",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"husky": "^4.0.3",
"immutability-helper": "^3.0.0",
"intersection-observer": "^0.10.0",
"jsonml.js": "^0.1.0",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-npm-import": "^2.1.0",
"lz-string": "^1.4.4",
"plugin-error": "^1.0.1",
"prettier": "^2.0.1",
"pretty-quick": "^2.0.0",
"querystring": "^0.2.0",
"rc-footer": "^0.6.3",
"rc-tween-one": "^2.4.1",
"react": "^16.9.0",
"react-color": "^2.17.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^11.1.1",
"react-dnd-html5-backend": "^11.1.1",
"react-dom": "^16.9.0",
"react-github-button": "^0.1.11",
"react-helmet-async": "^1.0.4",
"react-highlight-words": "^0.16.0",
"react-infinite-scroller": "^1.2.4",
"react-intl": "^4.7.6",
"react-resizable": "^1.8.0",
"react-router-dom": "^5.0.1",
"react-sticky": "^6.0.3",
"react-text-loop": "^2.3.0",
"react-virtualized": "~9.21.1",
"react-window": "^1.8.5",
"reqwest": "^2.0.5",
"scrollama": "^2.0.0",
"theme-switcher": "^1.0.2",
"through2": "^4.0.2",
"typescript": "^3.9.6"
}
}