ref:Cleaned the Structure

This commit is contained in:
2025-11-07 14:20:22 +05:30
parent d7dbcff4b6
commit 1b622b6a19
42 changed files with 2164 additions and 806 deletions

28
frontend/package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "nordic-privacy-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"next": "14.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.17",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "8.4.35",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}