website-builde / package.json
Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
1.03 kB
{
"name": "website-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@cerebras/cerebras_cloud_sdk": "^1.64.1",
"@radix-ui/react-avatar": "^1.2.0",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slot": "^1.3.0",
"axios": "^1.18.0",
"canvas": "^3.2.3",
"cheerio": "^1.2.0",
"color-thief-node": "^1.0.4",
"dotenv": "^17.4.2",
"execa": "^9.6.1",
"express": "^5.2.1",
"next": "16.2.9",
"playwright": "^1.61.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@next/swc-wasm-nodejs": "^16.2.9",
"@tailwindcss/postcss": "^4",
"@types/express": "^5.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"tsx": "^4.22.4",
"typescript": "^5"
}
}