Initial commit from Create Next App

This commit is contained in:
smanylov
2026-01-15 17:13:57 +07:00
commit 4255aeda9d
16 changed files with 1986 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "no-copy-legal-panel-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "16.1.2",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}