| { |
| "name": "smooth-ai", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "lint": "next lint" |
| }, |
| "dependencies": { |
| "@emotion/react": "^11.13.0", |
| "@emotion/styled": "^11.13.0", |
| "@mui/material": "^5.16.7", |
| "axios": "^1.7.4", |
| "next": "14.2.5", |
| "react": "^18", |
| "react-dom": "^18", |
| "react-icons": "^5.3.0", |
| "react-markdown": "^9.0.1" |
| }, |
| "devDependencies": { |
| "eslint": "^8", |
| "eslint-config-next": "14.2.5", |
| "postcss": "^8", |
| "tailwindcss": "^3.4.1" |
| } |
| } |
|
|