mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
23 lines
451 B
JSON
23 lines
451 B
JSON
{
|
|
"name": "@saas/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.5.15",
|
|
"next-intl": "^4.9.1",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2"
|
|
}
|
|
}
|