25 lines
525 B
JSON
25 lines
525 B
JSON
{
|
|
"name": "config-router",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Yiyang Sun",
|
|
"email": "syy11cn@outlook.com"
|
|
},
|
|
"main": "dist/src/index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:syy11cn/config-router.git"
|
|
},
|
|
"dependencies": {
|
|
"react-router-dom": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.31",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@types/react-router-dom": "^5.3.1",
|
|
"react": "^17.0.2",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|