-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"dependencies": {
"date-fns": "^1.29.0",
"prop-types": "^15.6.1",
"react": "^16.4.0"
},
"name": "react-relative-date-input",
"description": "Completely customizable input and select for choosing an relative date in the future.",
"version": "1.2.1",
"main": "build/index.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svschannak/react-relative-date-input.git"
},
"keywords": [
"react",
"date"
],
"author": "Sven Schannak",
"license": "MIT",
"bugs": {
"url": "https://github.com/svschannak/react-relative-date-input/issues"
},
"homepage": "https://github.com/svschannak/react-relative-date-input#readme",
"browserify": {
"transform": [
[
"babelify"
]
]
}
}