|
7 | 7 | "build": "next build", |
8 | 8 | "start": "NODE_ENV=production node server.js", |
9 | 9 | "lint": "next lint", |
10 | | - "lint:fix": "next lint --fix", |
11 | | - "format": "prettier --write .", |
12 | | - "format:check": "prettier --check .", |
13 | 10 | "type-check": "tsc --noEmit", |
14 | | - "check-all": "npm run type-check && npm run lint && npm run format:check && npm run build" |
| 11 | + "check-all": "npm run type-check && npm run lint && npm run build" |
15 | 12 | }, |
16 | 13 | "dependencies": { |
17 | 14 | "@ant-design/icons": "^6.0.0", |
|
64 | 61 | "katex": "^0.16.11", |
65 | 62 | "lucide-react": "^0.454.0", |
66 | 63 | "mermaid": "^11.12.0", |
67 | | - "next": "^15.5.9", |
| 64 | + "next": "15.5.7", |
68 | 65 | "next-i18next": "^15.4.2", |
69 | 66 | "next-themes": "^0.4.4", |
70 | 67 | "react": "18.2.0", |
|
78 | 75 | "react-markdown": "^8.0.7", |
79 | 76 | "react-organizational-chart": "^2.2.1", |
80 | 77 | "react-resizable-panels": "^2.1.7", |
81 | | - "react-syntax-highlighter": "^16.1.0", |
| 78 | + "react-syntax-highlighter": "^15.5.0", |
82 | 79 | "reactflow": "^11.11.4", |
83 | 80 | "recharts": "2.15.0", |
84 | 81 | "rehype-katex": "^6.0.3", |
|
101 | 98 | "@types/react-dom": "18.3.6", |
102 | 99 | "eslint": "^9.34.0", |
103 | 100 | "eslint-config-next": "15.5.7", |
104 | | - "eslint-config-prettier": "^9.1.0", |
105 | | - "eslint-plugin-prettier": "^5.1.3", |
106 | 101 | "postcss": "^8", |
107 | | - "prettier": "^3.2.5", |
108 | 102 | "tailwindcss": "^3.4.17", |
109 | 103 | "typescript": "5.8.3" |
110 | 104 | } |
|
0 commit comments