Spaces:
No application file
No application file
| { | |
| "name": "drawing-app-qt-minh", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "lucide": "^0.453.0", | |
| "lucide-react": "^0.453.0", | |
| "next": "15.0.1", | |
| "perfect-freehand": "^1.2.2", | |
| "react": "19.0.0-rc-69d4b800-20241021", | |
| "react-dom": "19.0.0-rc-69d4b800-20241021", | |
| "roughjs": "^4.6.6" | |
| }, | |
| "devDependencies": { | |
| "eslint": "^8", | |
| "eslint-config-next": "15.0.1", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1" | |
| } | |
| } | |