forked from Ilyaololo/react-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.5 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
{
"name": "react-material-datetime-picker",
"version": "0.1.2",
"description": "Component DateTimePicker for React.js.",
"main": "index.js",
"keywords": [
"react",
"material",
"component",
"date",
"time",
"picker",
"datetime",
"datetimepicker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ilyaololo/react-material-datetimepicker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ilyaololo/react-material-datetimepicker/issues"
},
"browserify": {
"transform": [
"babelify"
]
},
"homepage": "https://github.com/Ilyaololo/react-material-datetimepicker#readme",
"dependencies": {
"gulp-if": "^2.0.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"moment": "^2.17.1",
"react": "^15.4.0",
"react-addons-shallow-compare": "^15.4.2",
"react-dom": "^15.4.0",
"yargs": "^6.4.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-myth": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}