Files
premiaciones_front/package.json
T

30 lines
648 B
JSON
Raw Normal View History

2022-04-07 20:36:40 -05:00
{
"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",
2022-04-29 18:08:41 -05:00
"prop-types": "^15.8.1",
2022-04-07 20:36:40 -05:00
"react": "18.0.0",
"react-bootstrap": "^2.2.3",
2022-04-19 14:48:28 -05:00
"react-dom": "18.0.0",
2022-04-22 00:32:36 -05:00
"react-qr-reader": "^3.0.0-beta-1",
2022-04-29 18:08:41 -05:00
"react-router-dom": "^6.3.0",
"reactstrap": "^9.0.2",
"sweetalert": "^2.1.2"
2022-04-07 20:36:40 -05:00
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}