package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "serve": "vite"
  9. },
  10. "devDependencies": {
  11. "@types/markdown-it": "^14.1.2",
  12. "autoprefixer": "^10.4.22",
  13. "axios": "^1.11.0",
  14. "concurrently": "^9.0.1",
  15. "daisyui": "^4.12.24",
  16. "highlight.js": "^11.11.1",
  17. "laravel-vite-plugin": "^2.0.0",
  18. "markdown-it": "^14.1.0",
  19. "postcss": "^8.5.6",
  20. "tailwindcss": "^3.4.18",
  21. "terser": "^5.44.1",
  22. "vite": "^7.0.7"
  23. },
  24. "name": "filamentadmin",
  25. "version": "1.0.0",
  26. "description": "Laravel 12 + Filament 4 面板,用于统一管理知识图谱(KnowledgeServic)与题库(QuestionBankService)数据,支持 API 联调与可视化。",
  27. "main": "vite.config.js",
  28. "directories": {
  29. "test": "tests"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "git+https://github.com/fanly/FilamentAdmin.git"
  34. },
  35. "keywords": [],
  36. "author": "",
  37. "license": "ISC",
  38. "bugs": {
  39. "url": "https://github.com/fanly/FilamentAdmin/issues"
  40. },
  41. "homepage": "https://github.com/fanly/FilamentAdmin#readme",
  42. "dependencies": {
  43. "@antv/g6": "4.8.23",
  44. "katex": "^0.16.27",
  45. "markdown-it-katex": "^2.0.3"
  46. }
  47. }