42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "silancar",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev --turbopack",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "eslint",
|
||
|
|
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"lucide-react": "^0.577.0",
|
||
|
|
"next": "16.1.7",
|
||
|
|
"next-themes": "^0.4.6",
|
||
|
|
"radix-ui": "^1.4.3",
|
||
|
|
"react": "^19.2.4",
|
||
|
|
"react-dom": "^19.2.4",
|
||
|
|
"shadcn": "^4.0.8",
|
||
|
|
"tailwind-merge": "^3.5.0",
|
||
|
|
"tw-animate-css": "^1.4.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@eslint/eslintrc": "^3",
|
||
|
|
"@tailwindcss/postcss": "^4.2.1",
|
||
|
|
"@types/node": "^25.5.0",
|
||
|
|
"@types/react": "^19.2.14",
|
||
|
|
"@types/react-dom": "^19.2.3",
|
||
|
|
"eslint": "^9.39.4",
|
||
|
|
"eslint-config-next": "16.1.7",
|
||
|
|
"postcss": "^8",
|
||
|
|
"prettier": "^3.8.1",
|
||
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
||
|
|
"tailwindcss": "^4.2.1",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|