package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "uni-simple-router",
  3. "version": "1.5.5",
  4. "description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造",
  5. "main": "index.js",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "scripts": {
  10. "postinstall": "node -e \"console.log('\\x1B[32m \\x1B[1m','\\n 欢迎下载 uni-simple-router ↓↓↓↓ \\n\\n 注意事项:\\n 1: 编译为app端如果开启V3,请关闭fast启动模式 \\n 2: 多看文档,特别是‘快速上手’栏目。文档地址:http://hhyang.cn/ \\n 3: 不要再问路由表是否可以不配置两遍。问就是文档有!\\n 4: 有啥问题解决不了的加群:769241495 \\n 5: 任何时候你都可以在github上提出你的想法及问题,相信我很快会得到回应 \\n\\n showTime:\\n 1:开源不易,需要鼓励。去给 uni-simple-router 项目 点个 star 吧 \\n')\""
  11. },
  12. "dependencies": {
  13. "query-string": "^6.12.1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/SilurianYang/uni-simple-router.git"
  18. },
  19. "keywords": [
  20. "router",
  21. "uni-app-router",
  22. "interceptor",
  23. "uni-app",
  24. "uniapp"
  25. ],
  26. "author": "hhyang",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/SilurianYang/uni-simple-router/issues"
  30. },
  31. "homepage": "https://github.com/SilurianYang/uni-simple-router#readme",
  32. "types": "./types/index.d.ts"
  33. }