Files
MindScope/package.json
T
2026-06-23 00:29:20 +02:00

39 lines
1004 B
JSON

{
"name": "mindscope",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run",
"lint": "eslint app components hooks lib locales questionairies types middleware.ts next.config.ts"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.501.0",
"next": "15.5.18",
"next-international": "^1.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.18",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.9"
}
}