forked from react-component/select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.73 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
{
"name": "rc-select",
"version": "6.6.9",
"description": "React Select",
"keywords": [
"react",
"react-component",
"react-select",
"select"
],
"main": "./lib/index",
"files": [
"assets/*.css",
"lib"
],
"homepage": "http://github.com/react-component/select",
"repository": {
"type": "git",
"url": "[email protected]:react-component/select.git"
},
"bugs": {
"url": "http://github.com/react-component/select/issues"
},
"licenses": "MIT",
"config": {
"port": 8003
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"compile": "rc-tools run compile",
"test": "jest",
"prepublish": "rc-tools run guard",
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"babel-jest": "^17.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"coveralls": "^2.11.15",
"enzyme": "^2.6.0",
"enzyme-to-json": "^1.3.0",
"jest": "^17.0.1",
"jquery": "~1.11.3",
"jsonp": "^0.2.0",
"pre-commit": "1.x",
"querystring": "^0.2.0",
"rc-dialog": "6.x",
"rc-tools": "5.x",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "^15.3.2"
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "2.x",
"component-classes": "1.x",
"dom-scroll-into-view": "1.x",
"rc-animate": "2.x",
"rc-menu": "5.x || 4.x",
"rc-trigger": "1.7.3",
"rc-util": "3.x",
"warning": "2.x"
},
"pre-commit": [
"lint"
]
}