![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 10.10.4 to 12.9.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v10.10.4...v12.9.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "pac_man_board_game",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@headlessui/react": "^1.7.17",
|
|
"@heroicons/react": "^2.0.18",
|
|
"jotai": "^2.3.1",
|
|
"jotai-devtools": "^0.6.2",
|
|
"oidc-client": "^1.11.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"web-vitals": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.28",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
"@vitest/coverage-c8": "^0.33.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"cross-env": "^7.0.3",
|
|
"happy-dom": "^12.9.1",
|
|
"postcss": "^8.4.28",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-node-polyfills": "^0.11.2",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^0.34.2"
|
|
},
|
|
"resolutions": {
|
|
"css-what": "^5.0.1",
|
|
"nth-check": "^3.0.1"
|
|
},
|
|
"scripts": {
|
|
"prestart": "npx only-allow pnpm && node aspnetcore-https && node aspnetcore-react",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"test": "cross-env CI=true vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|