32 lines
727 B
JSON
32 lines
727 B
JSON
{
|
|
"name": "pdi_front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint",
|
|
"env-dev": "source ~/.nvm/nvm.sh && nvm use 20.17.0 && next start -p 3236",
|
|
"env-prod": "next start -p "
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"bootstrap": "^5.3.3",
|
|
"next": "^14.2.13",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.3.0",
|
|
"react-select": "^5.8.0",
|
|
"recharts": "^2.12.7",
|
|
"sass": "^1.78.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
}
|
|
}
|