Files
modelec.club/package.json
Félix MARQUET 36e5f825e0 Merge pull request #38 from modelec/dependabot/npm_and_yarn/typescript-eslint-8.11.0
Bump typescript-eslint from 8.10.0 to 8.11.0
2024-10-31 09:55:02 +01:00

54 lines
1.3 KiB
JSON

{
"name": "modelec-club",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "browserslist && cypress run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@testing-library/react": "^16.0.1",
"browserslist": "^4.24.0",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.15.0",
"eslint-plugin-react": "^7.37.1",
"iconoir-react": "^7.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9"
}
}