Files
front-AT/package.json
T

27 lines
647 B
JSON
Raw Normal View History

2025-08-18 10:37:48 -04:00
{
"name": "front-nexus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "source ~/.nvm/nvm.sh && node --version && nvm use 22.10.0 && npm install && next build && next start -p 3356",
2025-08-18 10:37:48 -04:00
"lint": "next lint"
},
"dependencies": {
2025-09-10 16:39:01 -04:00
"axios": "^1.11.0",
2025-09-17 16:47:19 -06:00
"js-cookie": "^3.0.5",
2025-09-12 18:12:38 -06:00
"next": "^15.5.3",
2025-08-18 10:37:48 -04:00
"react": "19.1.0",
"react-dom": "19.1.0",
2025-09-08 11:11:33 -06:00
"react-icons": "^5.5.0"
2025-08-18 10:37:48 -04:00
},
"devDependencies": {
2025-09-17 16:47:19 -06:00
"@types/js-cookie": "^3.0.6",
2025-08-18 10:37:48 -04:00
"@types/node": "^20",
"@types/react": "^19",
2025-09-08 11:11:33 -06:00
"@types/react-dom": "^19",
"typescript": "^5"
2025-08-18 10:37:48 -04:00
}
}