Spaces:
Sleeping
Sleeping
| { | |
| "name": "p5-editor", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@codemirror/lang-javascript": "^6.2.2", | |
| "@google/generative-ai": "^0.21.0", | |
| "@uiw/codemirror-theme-vscode": "^4.23.8", | |
| "@uiw/react-codemirror": "^4.23.8", | |
| "codemirror": "^5.65.2", | |
| "next": "15.1.7", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.1.7", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1" | |
| } | |
| } | |