-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.78 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "dreamifly",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "next dev",
"build": "node -e \"try { require('fs').rmSync('.next', { recursive: true, force: true }); } catch(e) {}\" && next build",
"build:clean": "rimraf .next && next build",
"start": "next start",
"lint": "next lint",
"fix-terms": "node scripts/fix-markdown-punctuation.js"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/ali-oss": "^6.16.11",
"@types/uuid": "^10.0.0",
"ali-oss": "^6.23.0",
"alipay-sdk": "^4.14.0",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"better-auth": "^1.3.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "^0.43.1",
"graceful-fs": "^4.2.11",
"http2-wrapper": "^2.2.1",
"lucide-react": "^0.564.0",
"next": "15.2.6",
"openai": "^6.8.1",
"pg": "^8.16.0",
"postcss": "^8.4.35",
"postgres": "^3.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-easy-crop": "^5.5.3",
"react-hook-form": "^7.51.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.0",
"recharts": "^3.3.0",
"remark-gfm": "^4.0.1",
"replicate": "^1.4.0",
"resend": "^6.1.2",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/forms": "^0.5.7",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.6",
"typescript": "^5"
}
}