支付宝记账本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
415 B

5 months ago
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "build": "vite build",
  7. "dev": "vite"
  8. },
  9. "devDependencies": {
  10. "@tailwindcss/vite": "^4.0.0",
  11. "axios": "^1.11.0",
  12. "concurrently": "^9.0.1",
  13. "laravel-vite-plugin": "^2.0.0",
  14. "tailwindcss": "^4.0.0",
  15. "vite": "^7.0.4"
  16. }
  17. }