forked from marmelab/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.4 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
78
79
80
81
82
{
"name": "admin-on-rest",
"version": "1.2.3",
"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.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",
"chromedriver": "~2.26.1",
"css-loader": "~0.28.0",
"enzyme": "~2.8.2",
"eslint": "~3.19.0",
"eslint-config-airbnb": "~14.1.0",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jsx-a11y": "~4.0.0",
"eslint-plugin-react": "~6.10.3",
"express": "~4.15.2",
"extract-text-webpack-plugin": "~1.0.1",
"file-api": "~0.10.4",
"full-icu": "~1.1.3",
"ignore-styles": "~5.0.1",
"mocha": "~3.2.0",
"react-addons-test-utils": "~15.5.1",
"selenium-webdriver": "~3.3.0",
"sinon": "~2.1.0",
"style-loader": "~0.16.0",
"webpack": "~1.13.2",
"webpack-dev-server": "~1.16.2"
},
"dependencies": {
"babel-runtime": "~6.18.0",
"inflection": "~1.12.0",
"lodash.debounce": "~4.0.8",
"lodash.defaultsdeep": "~4.6.0",
"lodash.get": "~4.4.2",
"lodash.set": "~4.3.2",
"material-ui": "~0.17.4",
"material-ui-chip-input": "~0.13.5",
"node-polyglot": "2.2.2",
"prop-types": "~15.5.7",
"query-string": "~4.3.2",
"react": "~15.5.4",
"react-dom": "~15.5.4",
"react-dropzone": "~3.13.1",
"react-redux": "~5.0.4",
"react-router": "~4.1.0",
"react-router-dom": "~4.1.0",
"react-router-redux": "~5.0.0-alpha.5",
"react-tap-event-plugin": "~2.0.1",
"recompose": "~0.23.1",
"redux": "~3.6.0",
"redux-form": "~6.6.3",
"redux-saga": "~0.15.0",
"reselect": "~3.0.0"
}
}