UNPKG

@aniyajs/plugin-router

Version:

基于 react-routerV6 封装的路由插件服务于aniyajs自动化脚手架

53 lines 1.26 kB
{ "name": "@aniyajs/plugin-router", "version": "1.0.5", "description": "基于 react-routerV6 封装的路由插件服务于aniyajs自动化脚手架", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky install && husky add .husky/pre-commit 'npx lint-staged'", "prettier": "prettier -c --write \"**/*\"", "lint": "eslint ." }, "lint-staged": { "**/*": [ "prettier --write --ignore-unknown", "npm run lint" ] }, "files": [ "templates", "utils", "lib.js", "index.js", "index.d.js" ], "keywords": [ "react", "react-router", "aniyajs" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://gitee.com/aniyajs/aniyajs-plugin-router" }, "bugs": { "url": "https://gitee.com/aniyajs/aniyajs-plugin-router/issues" }, "authors": [ "bingfang <2906617851@qq.com> (https://gitee.com/aniyajs/aniyajs-plugin-router)" ], "license": "MIT", "devDependencies": { "eslint": "^8.54.0", "husky": "^8.0.0", "lint-staged": "^15.2.0", "prettier": "^3.1.0" }, "dependencies": { "react-router-dom": "^6.22.3" } }