forked from nickeljew/react-month-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "react-month-picker",
"description": "Month-Picker Component offers a popup month selection panel with responsive layouts.",
"url": "https://github.com/nickeljew/react-month-picker",
"homepage": "https://github.com/nickeljew/react-month-picker",
"keywords": [
"month-select",
"month-option",
"monthpicker",
"month-picker",
"react-component",
"react"
],
"author": "Nickel Jianhui Zhu <nickeljew@hotmail.com>",
"version": "1.0.12",
"license": "MIT",
"private": false,
"main": "lib/month-picker.js",
"style": "css/month-picker.css",
"scripts": {},
"babel": {
"plugins": [
"transform-react-jsx"
],
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"react-tapper": "^0.1.9"
},
"peerDependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"es6-docready": "^1.0.0",
"es6-dom": "^1.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-webpack": "^1.0.11",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/nickeljew/react-month-picker.git"
}
}