Files
jorgemike e9fa13f375 inicio
2025-05-12 11:06:37 -06:00

31 lines
678 B
JSON

{
"name": "impresiones_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@zxing/library": "^0.21.3",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.12.1",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"sass": "^1.32.13",
"typescript": "^5"
}
}