hops-react
Version:
React and ReactRouter setup for Hops
58 lines (57 loc) • 1.54 kB
JSON
{
"name": "hops-react",
"version": "15.2.1",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
"react",
"router"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"main": "index.js",
"esnext": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"jest": {
"displayName": "unit"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clone": "^2.1.2",
"depd": "^2.0.0",
"duplitect": "^3.0.0",
"hops-bootstrap": "15.2.1",
"hops-mixin": "15.2.1",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"pathifist": "^1.0.0",
"prop-types": "^15.7.2",
"react-refresh": "^0.11.0",
"serialize-javascript": "^6.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.0"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/react#readme",
"gitHead": "146f3e61aa3a520e977ad3bc5acbd1f49634833d"
}