All checks were successful
Deploy to production / Build (push) Successful in 2m16s
34 lines
879 B
JSON
34 lines
879 B
JSON
{
|
|
"name": "octubre",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/free-brands-svg-icons": "^7.0.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.0.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.3",
|
|
"oidc-react": "^4.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.8.1",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.33.0",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"eslint": "9.33.0",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "16.3.0",
|
|
"vite": "7.1.5"
|
|
}
|
|
}
|