package.json 650 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "ColorUI-UniApp",
  3. "version": "1.0.0",
  4. "description": "<p style=\"text-align: center;\"><img src=\"https://image.weilanwl.com/uni/UniAppReadme.jpg\" alt=\"ColorUI简介\"></img></p>",
  5. "main": "main.js",
  6. "dependencies": {
  7. "@dcloudio/uni-ui": "^1.4.27",
  8. "lodash": "^4.17.20",
  9. "lodash.pick": "^3.1.0",
  10. "moment": "^2.29.4",
  11. "prettier": "^1.12.1",
  12. "qs": "^6.9.4",
  13. "weixin-js-sdk": "^1.6.5"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "devDependencies": {
  22. "sass": "^1.86.3",
  23. "sass-loader": "^16.0.5"
  24. }
  25. }