49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "screen",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/themes": "^3.2.1",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"crypto-js": "^4.2.0",
|
|
"lucide-react": "^0.536.0",
|
|
"lz-string": "^1.5.0",
|
|
"motion": "^12.23.12",
|
|
"next": "15.2.4",
|
|
"next-intl": "^4.3.4",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-schemaorg": "^2.0.0",
|
|
"schema-dts": "^1.1.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"three": "^0.178.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/node": "^20.19.9",
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "19.0.4",
|
|
"@types/three": "0.178.0",
|
|
"eslint": "^9.32.0",
|
|
"eslint-config-next": "15.2.3",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "19.0.4"
|
|
}
|
|
} |