This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
146 lines (146 loc) · 4.9 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "rsuite-docs",
"version": "4.2.0-20200102",
"description": "RSUITE components built with React",
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
"scripts": {
"dev": "webpack-dev-server --mode development --progress --hot",
"dev-gitee": "cross-env DEPLOY_ENV=gitee npm run dev",
"dev-styles": "cross-env STYLE_DEBUG=STYLE npm run dev",
"dev-styles-source": "cross-env STYLE_DEBUG=SOURCE npm run dev",
"dev-test": "webpack-dev-server --mode development --progress --hot --config webpack.test.config.js",
"clear-dist": "rimraf dist",
"build-webpack": "cross-env NODE_ENV=production webpack --mode production --progress && cpr public/. ./dist/",
"build": "npm run clear-dist && npm run build-webpack",
"build-gitee": "npm run build",
"parsing-design-docs": "node ./scripts/parsing-design-docs.js",
"algolia": "node scripts/algolia-indices.js",
"create-router": "node scripts/create-router.js",
"deploy-gitee": "npm run build-gitee && node scripts/publish-gittee.js"
},
"keywords": [
"react",
"suite",
"rsuite",
"react-component"
],
"files": [
"CHANGELOG.md",
"lib",
"src"
],
"author": "HYPERS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:rsuite/rsuite.git"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@rsuite/document-nav": "^1.0.5",
"@rsuite/responsive-nav": "0.0.3",
"algoliasearch": "^3.24.9",
"color": "^3.1.2",
"date-fns": "^1.30.1",
"isomorphic-fetch": "^2.2.1",
"prettier": "^1.12.1",
"prop-types": "^15.6.0",
"react": "^16.8.6",
"react-code-view": "^1.1.13",
"react-color": "^2.13.8",
"react-device-detect": "^1.7.5",
"react-dom": "^16.8.6",
"react-json-tree": "^0.11.0",
"react-lifecycles-compat": "^3.0.4",
"react-loadable": "^5.4.0",
"react-markdown-reader": "^1.1.0",
"react-router": "3.2.0",
"react-text-mask": "^5.4.1",
"rsuite": "^4.2.0",
"rsuite-intl": "^1.0.4",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-proto-to-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^7.1.6",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-rsuite": "^1.0.0-beta",
"babel-plugin-transform-dev": "^2.0.1",
"babel-preset-rsuite": "0.0.6",
"brfs": "^1.4.3",
"chai": "^3.5.0",
"child-process-promise": "^2.0.2",
"classnames": ">=2.0.0",
"colors": "^1.1.2",
"compression-webpack-plugin": "^1.0.1",
"cpr": "^3.0.1",
"cross-env": "^6.0.3",
"css-loader": "^3.2.1",
"cssnano": "^3.10.0",
"docsearch.js": "^2.5.2",
"eslint": "^4.18.2",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fs-promise": "^0.5.0",
"gh-pages": "^2.1.1",
"glob": "^7.0.3",
"highlight.js": "^9.4.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^3.0.6",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.11.1",
"lodash-webpack-plugin": "^0.11.5",
"markdown-loader": "2.0.0",
"marked": "^0.3.5",
"mocha": "^2.5.3",
"output-file-sync": "^1.1.1",
"postcss": "^6.0.23",
"react-hot-loader": "^4.3.4",
"rimraf": "^2.5.2",
"rsuite-clipboard": "^2.0.1",
"rtlcss": "^2.4.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.20.3",
"svg-sprite-loader": "^3.7.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.2.1",
"webpack-multiple-themes-compile": "^1.1.1",
"why-did-you-update": "^0.1.1"
}
}