This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f59af6
commit b4b3770
Showing
1 changed file
with
75 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,77 @@ | ||
{ | ||
"name": "admin-on-rest", | ||
"version": "1.3.0", | ||
"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" | ||
} | ||
"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" | ||
} | ||
} |