39 lines
1017 B
JSON
39 lines
1017 B
JSON
{
|
|
"name": "@syy11cn/config-router",
|
|
"version": "1.0.5",
|
|
"description": "A route configuring, rendering and guarding lib based on React Router v5.x.",
|
|
"author": {
|
|
"name": "Yiyang Sun",
|
|
"email": "syy11cn@outlook.com"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:syy11cn/config-router.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npx rollup -c"
|
|
},
|
|
"dependencies": {
|
|
"react-router-dom": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@types/react": "^17.0.31",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@types/react-router-dom": "^5.3.1",
|
|
"path": "^0.12.7",
|
|
"react": "^17.0.2",
|
|
"rollup": "^2.58.0",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-dts": "^4.0.0",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"rollup-plugin-uglify": "^6.0.4",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|