60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "kt-vite",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"homepage": "https://karateturniere.de",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:staging": "vite build --mode staging",
|
|
"deploy": "./scripts/deploy.sh",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint --fix --ext .js,.jsx .",
|
|
"preview": "vite preview",
|
|
"backend": "cd ../kt-backend && npm start",
|
|
"analyze": "source-map-explorer 'dist/**/*.js'",
|
|
"test": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"i18n": "i18next 'src/**/*.{js,jsx,ts,tsx}' --config i18next-parser.config.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mui/icons-material": "^7.3.2",
|
|
"@mui/material": "^7.3.2",
|
|
"@mui/material-pigment-css": "^7.3.2",
|
|
"@pigment-css/react": "^0.0.30",
|
|
"@react-pdf/renderer": "^4.3.0",
|
|
"i18next": "^25.5.2",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.7.3",
|
|
"react-router-dom": "^7.9.1",
|
|
"source-map-explorer": "^2.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.3.2",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.33.0",
|
|
"@pigment-css/vite-plugin": "^0.0.30",
|
|
"@playwright/test": "^1.55.0",
|
|
"@testing-library/jest-dom": "^6.7.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^24.3.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"@vitest/ui": "^3.2.4",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"i18next-parser": "^9.3.0",
|
|
"jsdom": "^26.1.0",
|
|
"react-error-overlay": "6.1.0",
|
|
"vite": "^6.3.6",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
} |