| | |
| | | "version": "0.1.0", |
| | | "private": true, |
| | | "scripts": { |
| | | "dev": "next dev --turbopack", |
| | | "build": "next build", |
| | | "start": "next start", |
| | | "dev": "next dev -p 80", |
| | | "build": "next build --no-lint", |
| | | "start": "next start -p 80", |
| | | "lint": "next lint" |
| | | }, |
| | | "dependencies": { |
| | | "@headlessui/react": "^2.2.1", |
| | | "@types/styled-components": "^5.1.34", |
| | | "axios": "^1.8.4", |
| | | "echarts": "^5.6.0", |
| | | "echarts-for-react": "^3.0.2", |
| | | "framer-motion": "^12.6.0", |
| | | "next": "15.2.4", |
| | | "react": "^19.0.0", |
| | | "react-dom": "^19.0.0", |
| | | "react-markdown": "^10.1.0", |
| | | "rehype-raw": "^7.0.0", |
| | | "rehype-sanitize": "^6.0.0", |
| | | "remark-gfm": "^4.0.1", |
| | | "styled-components": "^6.1.16" |
| | | "styled-components": "^6.1.16", |
| | | "zustand": "^5.0.3" |
| | | }, |
| | | "devDependencies": { |
| | | "@eslint/eslintrc": "^3", |
| | | "@tailwindcss/postcss": "^4", |
| | | "@tailwindcss/typography": "^0.5.16", |
| | | "@types/node": "^20", |
| | | "@types/react": "^19", |
| | | "@types/react-dom": "^19", |