mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
29 lines
608 B
JSON
29 lines
608 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|