-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.34 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
{
"name": "react-calendar-picker",
"version": "1.0.0",
"description": "ChanceYu's calendar-picker, as a React component",
"homepage": "https://github.com/ChanceYu/react-calendar-picker",
"keywords": [
"react",
"component",
"calendar",
"react-component"
],
"author": "ChanceYu",
"repository": {
"type": "git",
"url": "git://github.com/ChanceYu/react-calendar-picker.git"
},
"license": "MIT",
"dependencies": {
"moment": "^2.15.0",
"month-calculator": "^1.0.13",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^2.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"css-loader": "^0.28.7",
"style-loader": "^0.19.0",
"react-dom": "^16.0.0",
"uglify-js": "^3.1.3",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.6.0",
"webpack-umd-external": "^1.0.2"
},
"scripts": {
"start": "webpack --watch --config webpack.config --colors"
}
}