Gazebo_simulation-Frontend/node_modules/ra-core/package.json

123 lines
3.4 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"ra-core@3.0.3",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "ra-core@3.0.3",
"_id": "ra-core@3.0.3",
"_inBundle": false,
"_integrity": "sha512-Zo6tg4puROIIIBCx/rXB1iPPpUSObGpA3zoI4fZQUDdALSCi2xjO1AuOYzVfZWzlvAAcAYMYA+kIUeBBkC+GTA==",
"_location": "/ra-core",
"_phantomChildren": {
"@babel/runtime": "7.7.4",
"@sheerun/mutationobserver-shim": "0.3.2",
"aria-query": "3.0.0",
"decode-uri-component": "0.2.0",
"pretty-format": "24.9.0",
"split-on-first": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ra-core@3.0.3",
"name": "ra-core",
"escapedName": "ra-core",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"/ra-data-json-server",
"/ra-i18n-polyglot",
"/react-admin"
],
"_resolved": "https://registry.npmjs.org/ra-core/-/ra-core-3.0.3.tgz",
"_spec": "3.0.3",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"authors": [
"François Zaninotto",
"Gildas Garcia"
],
"bugs": {
"url": "https://github.com/marmelab/react-admin/issues"
},
"dependencies": {
"@testing-library/react": "^8.0.7",
"classnames": "~2.2.5",
"date-fns": "^1.29.0",
"eventemitter3": "^3.0.0",
"inflection": "~1.12.0",
"lodash": "~4.17.5",
"prop-types": "^15.6.1",
"query-string": "~6.9.0",
"recompose": "~0.26.0",
"reselect": "~3.0.0"
},
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"devDependencies": {
"@redux-saga/testing-utils": "^1.0.2",
"@types/history": "^4.7.2",
"@types/node-polyglot": "^0.4.31",
"@types/react-redux": "^7.1.1",
"@types/react-router": "^5.1.0",
"@types/react-router-dom": "^5.1.0",
"@types/recompose": "^0.27.0",
"connected-react-router": "^6.5.2",
"cross-env": "^5.2.0",
"enzyme": "~3.9.0",
"enzyme-adapter-react-16": "~1.12.1",
"final-form": "^4.18.5",
"history": "^4.7.2",
"ignore-styles": "~5.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form": "^6.3.3",
"react-redux": "^7.1.0",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",
"react-test-renderer": "^16.9.0",
"redux": "^3.7.2 || ^4.0.3",
"redux-saga": "^1.0.0",
"rimraf": "^2.6.3"
},
"files": [
"*.md",
"lib",
"esm",
"src"
],
"gitHead": "c658516267764fe213ef133cfa40a975b21a90d1",
"homepage": "https://github.com/marmelab/react-admin#readme",
"license": "MIT",
"main": "lib/index",
"module": "esm/index.js",
"name": "ra-core",
"peerDependencies": {
"connected-react-router": "^6.5.2",
"final-form": "^4.18.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form": "^6.3.3",
"react-redux": "^7.1.0",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",
"redux": "^3.7.2 || ^4.0.3",
"redux-saga": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "rimraf ./lib && tsc --watch"
},
"sideEffects": false,
"types": "esm/index.d.ts",
"version": "3.0.3"
}