package.json 921 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "visa-plugin-manager",
  3. "private": true,
  4. "version": "0.1.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.6.1",
  14. "@monaco-editor/react": "^4.7.0",
  15. "@tanstack/react-query": "^5.90.16",
  16. "antd": "^5.29.3",
  17. "axios": "^1.13.2",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0"
  20. },
  21. "devDependencies": {
  22. "@types/react": "^18.2.43",
  23. "@types/react-dom": "^18.2.17",
  24. "@vitejs/plugin-react": "^4.2.1",
  25. "eslint": "^8.55.0",
  26. "eslint-plugin-react": "^7.33.2",
  27. "eslint-plugin-react-hooks": "^4.6.0",
  28. "eslint-plugin-react-refresh": "^0.4.5",
  29. "vite": "^5.0.8"
  30. }
  31. }