package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "build": "bunx vite build",
  7. "dev": "bunx vite"
  8. },
  9. "devDependencies": {
  10. "autoprefixer": "^10.4.22",
  11. "axios": "^1.11.0",
  12. "concurrently": "^9.0.1",
  13. "daisyui": "^4.12.24",
  14. "laravel-vite-plugin": "^2.0.0",
  15. "postcss": "^8.5.6",
  16. "tailwindcss": "^3.4.18",
  17. "vite": "^7.0.7"
  18. },
  19. "name": "filamentadmin",
  20. "version": "1.0.0",
  21. "description": "Laravel 12 + Filament 4 面板,用于统一管理知识图谱(KnowledgeServic)与题库(QuestionBankService)数据,支持 API 联调与可视化。",
  22. "main": "vite.config.js",
  23. "directories": {
  24. "test": "tests"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/fanly/FilamentAdmin.git"
  29. },
  30. "keywords": [],
  31. "author": "",
  32. "license": "ISC",
  33. "bugs": {
  34. "url": "https://github.com/fanly/FilamentAdmin/issues"
  35. },
  36. "homepage": "https://github.com/fanly/FilamentAdmin#readme"
  37. }