38 lines
880 B
JSON
38 lines
880 B
JSON
{
|
|
"name": "web3.news",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.18",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@prisma/client": "^5.6.0",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"next": "14.0.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"tailwind-merge": "^2.0.0",
|
|
"swr": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.2",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5"
|
|
}
|
|
}
|