forked from marmelab/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "admin-on-rest",
"version": "1.3.1",
"description":
"A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": ["*.md", "docs/*.md", "lib", "src"],
"main": "lib/index",
"scripts": {
"test": "make test"
},
"authors": ["François Zaninotto"],
"repository": "marmelab/admin-on-rest",
"homepage": "https://github.com/marmelab/admin-on-rest#readme",
"bugs": "https://github.com/marmelab/admin-on-rest/issues",
"license": "MIT",
"devDependencies": {
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-eslint": "~7.2.2",
"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.26.0",
"chromedriver": "~2.26.1",
"enzyme": "~2.9.1",
"eslint": "~4.6.1",
"eslint-config-prettier": "~2.4.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-prettier": "~2.2.0",
"eslint-plugin-react": "~7.3.0",
"express": "~4.15.2",
"file-api": "~0.10.4",
"full-icu": "~1.1.3",
"ignore-styles": "~5.0.1",
"mocha": "~3.5.0",
"prettier": "^1.5.2",
"prettier-eslint-cli": "^4.1.1",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react-addons-test-utils": "~15.6.0",
"react-test-renderer": "~15.6.1",
"selenium-webdriver": "~3.5.0",
"sinon": "~3.2.1"
},
"peerDependencies": {
"react": "^15.4.0 || ^16.0.0-beta.5",
"react-dom": "^15.4.0 || ^16.0.0-beta.5"
},
"dependencies": {
"babel-runtime": "~6.26.0",
"inflection": "~1.12.0",
"lodash.debounce": "~4.0.8",
"lodash.defaultsdeep": "~4.6.0",
"lodash.get": "~4.4.2",
"lodash.isequal": "~4.5.0",
"lodash.set": "~4.3.2",
"material-ui": "~0.19.0",
"material-ui-chip-input": "~0.17.0",
"node-polyglot": "2.2.2",
"prop-types": "~15.5.7",
"query-string": "~5.0.0",
"react-dropzone": "~4.0.1",
"react-redux": "~5.0.4",
"react-router": "~4.1.0",
"react-router-dom": "~4.1.0",
"react-router-redux": "~5.0.0-alpha.6",
"recompose": "~0.25.0",
"redux": "~3.7.2",
"redux-form": "~7.0.3",
"redux-saga": "~0.15.0",
"reselect": "~3.0.0"
}
}