File size: 1,029 Bytes
0787d79
 
 
 
 
ec675f2
 
0787d79
 
 
 
ec675f2
 
 
 
 
 
 
 
 
 
 
0787d79
ec675f2
0787d79
 
 
 
ec675f2
0787d79
ec675f2
0787d79
 
 
 
 
 
ec675f2
0787d79
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "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"
  }
}