package.json 1.1 KB

123456789101112131415
  1. {
  2. "name": "diagnosis_app",
  3. "version": "1.0.0",
  4. "description": "├── config # 公用参数配置 ├── pages # 公用页面 │ ├── │ └── login # 登录\r │ ├── libs # 公用包 │ ├── auth.js # token 操作 │ ├── permission.js # 主题 字体等静态资源 │ ├── permission.js # 全局公用组件 │ └── index.js # 公共方法封装\r │ ├── static # 静态文件 │\t├── icon\r │\t├── images\r │\t└── tabBar \r ├── store # 全局 store管理\r ├── styles # 全局 样式\r ├── uniscss # 全局 样式【uni自带】",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@rongcloud/imlib-v4": "^4.5.1"
  14. }
  15. }