package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "ai-proj-demo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/compatible": "^1.1.2",
  7. "@ant-design/pro-components": "^1.1.15",
  8. "@antv/x6": "^1.34.1",
  9. "@antv/x6-react-shape": "^1.6.1",
  10. "@testing-library/jest-dom": "^5.16.5",
  11. "@testing-library/react": "^13.3.0",
  12. "@testing-library/user-event": "^13.5.0",
  13. "@uiw/react-codemirror": "3.2.8",
  14. "add": "^2.0.6",
  15. "antd": "^4.22.4",
  16. "axios": "^0.27.2",
  17. "base-64": "^1.0.0",
  18. "copy-to-clipboard": "^3.3.2",
  19. "cron-parser": "^4.6.0",
  20. "mark.js": "^8.11.1",
  21. "moment": "^2.29.4",
  22. "prop-types": "^15.8.1",
  23. "react": "^17.0.2",
  24. "react-dom": "^17.0.2",
  25. "react-router": "^6.3.0",
  26. "react-router-dom": "^6.3.0",
  27. "react-scripts": "5.0.1",
  28. "react-sortablejs": "^6.1.4",
  29. "sortablejs": "^1.15.0",
  30. "styled-components": "^5.3.5",
  31. "web-vitals": "^2.1.4",
  32. "yarn": "^1.22.19"
  33. },
  34. "scripts": {
  35. "start": "dotenv -e .env.development react-scripts start",
  36. "start:prod": "dotenv -e .env.production react-scripts start",
  37. "build:dev": "dotenv -e .env.development react-scripts build",
  38. "build:prod": "dotenv -e .env.production react-scripts build",
  39. "build:idctest": "dotenv -e .env.idctest react-scripts build",
  40. "build:sxkj": "dotenv -e .env.sxkj react-scripts build",
  41. "build:txtest": "dotenv -e .env.txtest react-scripts build",
  42. "test": "react-scripts test",
  43. "eject": "react-scripts eject"
  44. },
  45. "eslintConfig": {
  46. "extends": [
  47. "react-app",
  48. "react-app/jest"
  49. ]
  50. },
  51. "browserslist": {
  52. "production": [
  53. ">0.2%",
  54. "not dead",
  55. "not op_mini all"
  56. ],
  57. "development": [
  58. "last 1 chrome version",
  59. "last 1 firefox version",
  60. "last 1 safari version"
  61. ]
  62. },
  63. "devDependencies": {
  64. "cross-env": "^7.0.3",
  65. "dotenv-cli": "^6.0.0"
  66. }
  67. }