You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
635 B

{
"name": "second-brain-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.378.0",
"clsx": "^2.1.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5",
"tailwindcss": "^3.4.3",
"postcss": "^8",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.2.3"
}
}

Powered by TurnKey Linux.