Files
no-copy-legal-panel-frontend/package.json
T

27 lines
537 B
JSON
Raw Normal View History

2026-01-15 17:13:57 +07:00
{
"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",
2026-01-16 15:52:59 +07:00
"next-intl": "^4.7.0",
2026-01-15 17:13:57 +07:00
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
2026-01-16 15:52:59 +07:00
"@tailwindcss/postcss": "^4.1.18",
2026-01-15 17:13:57 +07:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
2026-01-16 15:52:59 +07:00
"sass": "^1.97.2",
"tailwindcss": "^4.1.18",
2026-01-15 17:13:57 +07:00
"typescript": "^5"
}
2026-01-16 15:52:59 +07:00
}