forked from vascofg/react-admin-date-inputs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "react-admin-date-inputs",
"version": "1.1.4",
"description": "react-admin-date-inputs",
"main": "lib/index.js",
"author": "vascofg",
"homepage": "https://github.com/vascofg/react-admin-date-inputs",
"repository": {
"type": "git",
"url": "https://github.com/vascofg/react-admin-date-inputs.git"
},
"bugs": {
"url": "https://github.com/vascofg/react-admin-date-inputs/issues"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "~6.24.1",
"babel-eslint": "~7.2.1",
"babel-loader": "~6.4.1",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-builtin-extend": "~1.1.2",
"babel-plugin-transform-react-jsx": "~6.24.1",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"babel-register": "~6.24.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/babel ./src -d lib"
},
"keywords": [
"react",
"react-component",
"aor-datetime-input",
"aor-component"
],
"peerDependencies": {
"@material-ui/core": "^1.4.0",
"react": "^16.3.0",
"prop-types": "^15.6.0",
"react-admin": "^2.9.8"
},
"dependencies": {
"date-fns": "^2.0.0-alpha.26",
"material-ui-pickers": "^1.0.1"
}
}