package.json 548 B

1234567891011121314151617181920212223242526
  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. "vant": "^4.9.22"
  10. },
  11. "devDependencies": {
  12. "tailwindcss": "^3.4.15",
  13. "tailwindcss-rem2px-preset": "^1.0.3",
  14. "unplugin-auto-import": "^0.16.6",
  15. "weapp-tailwindcss": "^3.7.0"
  16. },
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://git.sxidc.com/front-end/fs-uni-next.git"
  23. },
  24. "author": "",
  25. "license": "ISC"
  26. }