Files
no-copy-legal-panel-frontend/package.json
T
2026-01-16 15:52:59 +07:00

27 lines
537 B
JSON

{
"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",
"next-intl": "^4.7.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"sass": "^1.97.2",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}