25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"name": "premiaciones_front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"bootstrap": "^5.1.3",
|
|
"moment": "^2.29.2",
|
|
"next": "12.1.4",
|
|
"react": "18.0.0",
|
|
"react-bootstrap": "^2.2.3",
|
|
"react-dom": "18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.4"
|
|
}
|
|
}
|