forked from marmelab/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "admin-on-rest",
"version": "0.5.3",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
"docs",
"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.16.0",
"babel-core": "~6.17.0",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.5",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-react-jsx": "~6.8.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "~6.16.0",
"babel-register": "~6.16.3",
"css-loader": "~0.25.0",
"enzyme": "~2.4.1",
"eslint": "~3.8.0",
"eslint-config-airbnb": "~12.0.0",
"eslint-plugin-import": "~2.0.1",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-react": "~6.4.1",
"extract-text-webpack-plugin": "~1.0.1",
"fakerest": "~1.2.1",
"fetch-mock": "~5.5.0",
"ignore-styles": "~5.0.1",
"mocha": "~3.1.2",
"react-addons-test-utils": "~15.3.2",
"sinon": "~1.17.6",
"style-loader": "~0.13.1",
"webpack": "~1.13.2",
"webpack-dev-server": "~1.16.2"
},
"dependencies": {
"babel-runtime": "~6.11.6",
"inflection": "~1.10.0",
"lodash.debounce": "~4.0.8",
"lodash.get": "~4.4.2",
"material-ui": "0.16.1",
"quill": "~1.1.5",
"react": "~15.3.2",
"react-dom": "~15.3.2",
"react-redux": "~4.4.5",
"react-router": "~2.8.1",
"react-router-redux": "~4.0.6",
"react-tap-event-plugin": "~1.0.0",
"redux": "~3.6.0",
"redux-form": "~6.1.0",
"redux-saga": "~0.12.0"
}
}