30 lines
648 B
JSON
30 lines
648 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",
|
|
"prop-types": "^15.8.1",
|
|
"react": "18.0.0",
|
|
"react-bootstrap": "^2.2.3",
|
|
"react-dom": "18.0.0",
|
|
"react-qr-reader": "^3.0.0-beta-1",
|
|
"react-router-dom": "^6.3.0",
|
|
"reactstrap": "^9.0.2",
|
|
"sweetalert": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.4"
|
|
}
|
|
}
|