config-router/package.json

39 lines
1017 B
JSON
Raw Normal View History

2021-10-22 15:00:20 +08:00
{
2021-10-22 15:43:22 +08:00
"name": "@syy11cn/config-router",
2021-10-23 15:40:28 +08:00
"version": "1.0.4",
"description": "A route configuring, rendering and guarding lib based on React Router v5.x.",
2021-10-22 15:35:01 +08:00
"author": {
"name": "Yiyang Sun",
"email": "syy11cn@outlook.com"
},
2021-10-22 18:24:36 +08:00
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
2021-10-22 15:00:20 +08:00
"license": "MIT",
2021-10-22 15:35:01 +08:00
"repository": {
"type": "git",
"url": "git@github.com:syy11cn/config-router.git"
},
2021-10-22 18:24:36 +08:00
"scripts": {
"build": "npx rollup -c"
},
2021-10-22 15:00:20 +08:00
"dependencies": {
"react-router-dom": "^5.3.0"
},
"devDependencies": {
2021-10-22 18:09:06 +08:00
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
2021-10-22 15:00:20 +08:00
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.1",
2021-10-22 18:24:36 +08:00
"path": "^0.12.7",
2021-10-22 15:00:20 +08:00
"react": "^17.0.2",
2021-10-22 18:09:06 +08:00
"rollup": "^2.58.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-buble": "^0.19.8",
2021-10-22 18:24:36 +08:00
"rollup-plugin-dts": "^4.0.0",
2021-10-22 18:09:06 +08:00
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
2021-10-22 15:00:20 +08:00
"typescript": "^4.4.4"
}
}