forked from dreinke/aor-color-input
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
{
"name": "react-admin-color-input",
"version": "1.0.9",
"description": "<ColorInput> and <ColorField> components for react-admin. Forked from aor-color-input.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"LICENSE",
"*.md",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vascofg/react-admin-color-input.git"
},
"keywords": [
"reactjs",
"rest",
"react",
"color",
"picker",
"html"
],
"author": "Vasco Gonçalves",
"license": "MIT",
"bugs": {
"url": "https://github.com/vascofg/react-admin-color-input/issues"
},
"homepage": "https://github.com/vascofg/react-admin-color-input#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"peerDependencies": {
"ra-core": "^2.0.2",
"react": "^16.3.0",
"prop-types": "^15.6.0"
},
"dependencies": {
"inflection": "^1.12.0",
"lodash.get": "^4.4.2",
"react-color": "^2.14.1",
"@material-ui/core": "^1.0.0",
"recompose": "^0.27.1"
}
}