36 lines
849 B
JSON
36 lines
849 B
JSON
{
|
|
"name": "douyin-archive",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "biome check",
|
|
"format": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.16.3",
|
|
"chalk": "^5.6.2",
|
|
"lucide-react": "^0.546.0",
|
|
"minio": "^8.0.6",
|
|
"next": "15.5.6",
|
|
"openai": "^6.7.0",
|
|
"playwright": "1.56.1",
|
|
"playwright-extra": "^4.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"prisma": "^6.16.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|