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.

package.json 1.6KB

1 year ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "vogocm-web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "start": "vite",
  8. "dev": "vite",
  9. "build": "tsc && vite build",
  10. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  11. "preview": "vite preview"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^5.0.1",
  15. "@ant-design/plots": "^1.2.5",
  16. "@ant-design/pro-components": "^2.6.2",
  17. "@antv/g2plot": "^2.4.31",
  18. "@dnd-kit/core": "^6.0.8",
  19. "@dnd-kit/modifiers": "^6.0.1",
  20. "@dnd-kit/sortable": "^7.0.2",
  21. "@dnd-kit/utilities": "^3.2.1",
  22. "ahooks": "^3.7.7",
  23. "antd": "^5.4.6",
  24. "antd-img-crop": "^4.12.2",
  25. "await-to-js": "^3.0.0",
  26. "axios": "^1.4.0",
  27. "dayjs": "^1.11.7",
  28. "i18next": "^22.4.15",
  29. "jsencrypt": "^3.3.2",
  30. "node-rsa": "^1.1.1",
  31. "nprogress": "^0.2.0",
  32. "rc-resize-observer": "^1.3.1",
  33. "react": "^18.2.0",
  34. "react-dom": "^18.2.0",
  35. "react-router-dom": "latest",
  36. "react-use": "^17.4.0",
  37. "zustand": "^4.3.8"
  38. },
  39. "devDependencies": {
  40. "@types/node-rsa": "^1.1.1",
  41. "@types/nprogress": "^0.2.0",
  42. "@types/react": "^18.2.15",
  43. "@types/react-dom": "^18.2.7",
  44. "@typescript-eslint/eslint-plugin": "^6.0.0",
  45. "@typescript-eslint/parser": "^6.0.0",
  46. "@vitejs/plugin-react": "^4.0.3",
  47. "autoprefixer": "^10.4.14",
  48. "eslint": "^8.45.0",
  49. "eslint-plugin-react-hooks": "^4.6.0",
  50. "eslint-plugin-react-refresh": "^0.4.3",
  51. "lint-staged": "^13.2.2",
  52. "postcss": "^8.4.23",
  53. "typescript": "^5.2",
  54. "vite": "^4.4.5",
  55. "vite-plugin-proxy": "^0.5.0",
  56. "vite-plugin-windicss": "^1.8.10",
  57. "windicss": "^3.5.6"
  58. }
  59. }