54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "inula-router",
|
|
"version": "0.0.4",
|
|
"description": "router for inula framework, a part of inula-ecosystem",
|
|
"main": "./router/cjs/router.js",
|
|
"module": "./router/esm/router.js",
|
|
"types": "./router/@types/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"/connectRouter",
|
|
"/router",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "rollup -c build.js && npm run build-types",
|
|
"build-types": "tsc -p tsconfig.build.json && tsc -p tsconfig.cbuild.json && rollup -c build-types.js"
|
|
},
|
|
"keywords": [
|
|
"inula-router"
|
|
],
|
|
"license": "MulanPSL2",
|
|
"devDependencies": {
|
|
"@cloudsop/horizon": "^0.0.58",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react-redux": "7.0.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"jsdom": "^21.1.1",
|
|
"react-redux": "^3.8.1 || ^4.0.0",
|
|
"redux": "4.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"openinula": ">=0.1.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"engineStrict": true
|
|
}
|