ux-autoroute-plugin
Version:
34 lines • 774 B
JSON
{
"name": "ux-autoroute-plugin",
"auther": {
"name": "ux"
},
"version": "3.0.5",
"description": "自动路由",
"repository": "https://github.com/Hahahahx/ux-autoroute-plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"react",
"react-router",
"自动路由",
"路由映射表",
"webpack",
"webpack-plugin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc"
},
"dependencies": {
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"@loadable/component": "5.13.2",
"@types/loadable__component": "5.13.1"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^16.7.6"
}
}