57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "open-lovable",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test:integration": "node tests/e2b-integration.test.js",
|
|
"test:api": "node tests/api-endpoints.test.js",
|
|
"test:code": "node tests/code-execution.test.js",
|
|
"test:all": "npm run test:integration && npm run test:api && npm run test:code"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^2.0.1",
|
|
"@ai-sdk/groq": "^2.0.0",
|
|
"@ai-sdk/openai": "^2.0.4",
|
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
"@e2b/code-interpreter": "^1.5.1",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"ai": "^5.0.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.1",
|
|
"e2b": "^1.13.2",
|
|
"express": "^5.1.0",
|
|
"framer-motion": "^12.23.12",
|
|
"groq-sdk": "^0.29.0",
|
|
"lucide-react": "^0.532.0",
|
|
"next": "15.4.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.4.3",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5"
|
|
}
|
|
}
|