UNPKG

dd-uni-simple-router

Version:

> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造

62 lines (61 loc) 1.96 kB
{ "name": "dd-uni-simple-router", "version": "2.0.8", "description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造", "main": "dist/uni-simple-router.js", "types": "dist/uni-simple-router.d.ts", "dependencies": { "@microsoft/api-extractor": "^7.11.2", "@types/node": "^14.14.2", "@types/webpack": "^4.41.23", "@types/webpack-env": "^1.15.3", "copy-webpack-plugin": "^5.1.2", "jest-cli": "^26.6.3", "lodash.merge": "^4.6.2", "path-to-regexp": "^1.8.0", "ts-loader": "^8.0.5", "typescript": "^4.0.3", "webpack": "^5.1.0", "webpack-cli": "^4.0.0" }, "devDependencies": { "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "eslint": "^7.11.0", "jest": "^26.6.3", "lodash": "^4.17.20", "rimraf": "^3.0.2", "ts-jest": "^26.5.5", "ts-node": "^9.0.0", "vconsole": "^3.3.4", "webpack-merge": "^5.2.0" }, "scripts": { "dev": "webpack --watch --progress --config webpack/webpack.dev.js", "dist": "webpack --progress --config webpack/webpack.prod.js", "dist:dts": "api-extractor run --local --verbose", "lint": "eslint --ext .js,.ts src", "lintFix": "eslint --ext .js,.ts src --fix", "test": "jest test/query-toggle.spec.ts", "publish": "node ./publish/index.js", "build": "node ./publish/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/SilurianYang/uni-simple-router.git" }, "keywords": [ "router", "uni-app-router", "interceptor", "uni-app", "uniapp" ], "author": "hhyang", "license": "MIT", "bugs": { "url": "https://github.com/SilurianYang/uni-simple-router/issues" }, "homepage": "https://github.com/SilurianYang/uni-simple-router#readme" }