pontus-front/package.json

30 lines
717 B
JSON

{
"name": "pontus",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-world-flags": "^1.6.0",
"next": "15.3.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-world-flags": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.8.3",
"@types/node": "^20.19.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@tailwindcss/postcss": "^4.1.11",
"tailwindcss": "^4.1.11",
"eslint": "^9.30.1",
"eslint-config-next": "15.3.4",
"@eslint/eslintrc": "^3.3.1"
}
}