Files
myspeed/web/package.json
github-actions[bot] c352999283 Merge pull request #1352 from gnmyt/dependabot/npm_and_yarn/web/vitejs/plugin-react-5.1.2
chore(deps-dev): bump @vitejs/plugin-react from 4.5.2 to 5.1.2 in /web
2026-01-22 16:16:06 +00:00

33 lines
911 B
JSON

{
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.12.0",
"sass": "^1.89.2"
},
"devDependencies": {
"@types/react": "^19.1.7",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.28.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"vite": "^6.4.1"
}
}