package.json 568 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "fs-uni",
  3. "version": "2.8.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "async-validator": "^4.0.2",
  8. "dayjs": "^1.10.6",
  9. "jsqr": "^1.4.0",
  10. "vant": "^4.9.22"
  11. },
  12. "devDependencies": {
  13. "tailwindcss": "^3.4.15",
  14. "tailwindcss-rem2px-preset": "^1.0.3",
  15. "unplugin-auto-import": "^0.16.6",
  16. "weapp-tailwindcss": "^3.7.0"
  17. },
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://git.sxidc.com/front-end/fs-uni-next.git"
  24. },
  25. "author": "",
  26. "license": "ISC"
  27. }