forked from rsuite/rsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.12 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
{
"name": "rsuite",
"version": "3.0.4",
"description": "A suite of react components",
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
"scripts": {
"format": "prettier --write \"{src,test}/**/*.js\"",
"format:check": "prettier --list-different \"{src,test}/**/*.js\"",
"build": "rm -rf lib && babel src --out-dir lib && npm run dist",
"dist-style": "gulp --gulpfile scripts/gulpfile.js",
"dist-map": "NODE_ENV=development webpack --mode development --progress",
"dist-pro": "webpack --mode production --progress",
"dist": "rm -rf dist && npm run dist-map && npm run dist-pro && npm run dist-style",
"lint-style": "stylelint \"styles/**/*.less\"",
"lint-js": "eslint src *.js*",
"lint": "npm run lint-js && npm run lint-style",
"tdd": "karma start",
"test": "npm run format:check && npm run lint && NODE_ENV=coverage karma start --single-run",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"rsuite",
"component",
"react-component"
],
"author": "HYPERS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:rsuite/rsuite.git"
},
"files": [
"CHANGELOG.md",
"README.md",
"dist",
"lib",
"src",
"styles"
],
"dependencies": {
"classnames": ">=2.0.0",
"dom-lib": "^1.0.0",
"lodash": "^4.11.1",
"prop-types": "^15.6.0",
"react-flow-types": "^0.2.0-beta.6",
"recompose": "^0.26.0",
"rsuite-cascader": "^3.0.1",
"rsuite-checkpicker": "^3.0.1",
"rsuite-checktreepicker": "^3.0.4",
"rsuite-datepicker": "^3.0.1",
"rsuite-daterangepicker": "^3.0.1",
"rsuite-intl": "^1.0.4",
"rsuite-notification": "^3.0.2",
"rsuite-schema": "0.0.12",
"rsuite-selectpicker": "^3.0.1",
"rsuite-table": "^3.0.0",
"rsuite-treepicker": "^3.0.2",
"rsuite-utils": "^1.0.1"
},
"peerDependencies": {
"react": "^0.14.9 || >=15.3.0",
"react-dom": "^0.14.9 || >=15.3.0"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-flow-react-proptypes": "^14.0.4",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-dev": "^2.0.1",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-react-flow-handled-props": "^0.1.7",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.5.0",
"brfs": "^1.6.1",
"chai": "^4.1.0",
"coveralls": "^2.13.1",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.61.0",
"gulp": "^3.9.1",
"gulp-less": "^4.0.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-es5-shim": "^0.0.4",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sinon-chai": "^1.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-beta.0",
"mocha": "^2.5.3",
"prettier": "1.12.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"sinon": "^2.3.8",
"sinon-chai": "^2.12.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^2.3.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 9"
]
}