forked from luqin/react-bootstrap-datetimerangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.62 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.62 KB
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
{
"name": "react-bootstrap-datetimerangepicker",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d lib",
"prepublish": "npm run build",
"gh-pages": "gulp publish:examples",
"lint": "eslint src examples/src",
"start": "gulp dev",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/luqin/react-bootstrap-datetimerangepicker"
},
"license": "ISC",
"peerDependencies": {
"jquery": "^1.11.3 || ^2.1.4",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"dependencies": {
"onefe-bootstrap-daterangepicker": "^2.1.17",
"babel-runtime": "^5.8.20",
"classnames": "^2.2.1"
},
"devDependencies": {
"babel": "5.8.29",
"babel-core": "5.8.29",
"babel-eslint": "^4.1.1",
"babel-plugin-object-assign": "^1.1.0",
"bootstrap": "3.3.5",
"cheerio": "^0.19.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "2.1.1",
"eslint-config-onefe": "0.2.0",
"eslint-plugin-react": "^3.11.3",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"history": "1.13.x",
"jquery": "^2.1.4",
"moment": "^2.10.6",
"node-sass": "3.4.2",
"react": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"react-pack": "^0.3.0",
"react-router": "1.0.2",
"react-router-bootstrap": "^0.19.3",
"request": "^2.67.0",
"webpack": "1.12.6",
"webpack-dev-server": "1.12.1"
},
"keywords": [
"react",
"react-dom",
"ui",
"react-component",
"bootstrap",
"date",
"range",
"picker",
"selector",
"datetime"
]
}