gcx/frontend/portal/package.json

24 lines
473 B
JSON

{
"name": "genex-portal",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "15.1.11",
"framer-motion": "^11.0.0"
},
"devDependencies": {
"typescript": "^5.9.3",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/node": "^20.0.0"
}
}