mirror of
https://github.com/evroon/bracket.git
synced 2026-04-22 16:27:05 -04:00
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "bracket",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"analyze": "ANALYZE=true vite build",
|
|
"openapi-ts": "openapi-ts && prettier --list-different --write \"**/*.{ts,tsx}\"",
|
|
"start": "vite start",
|
|
"update-deps": "ncu -c 30d -u",
|
|
"typecheck": "tsc",
|
|
"export": "vite build && vite export",
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --list-different --write \"**/*.{ts,tsx}\"",
|
|
"test": "tsc && pnpm run prettier:write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/server": "11.11.0",
|
|
"@hcaptcha/react-hcaptcha": "2.0.2",
|
|
"@hello-pangea/dnd": "18.0.1",
|
|
"@mantine/core": "8.3.7",
|
|
"@mantine/dates": "8.3.7",
|
|
"@mantine/dropzone": "8.3.7",
|
|
"@mantine/form": "9.0.1",
|
|
"@mantine/hooks": "8.3.7",
|
|
"@mantine/notifications": "8.3.7",
|
|
"@mantine/spotlight": "8.3.7",
|
|
"@react-icons/all-files": "4.1.0",
|
|
"@tabler/icons-react": "3.40.0",
|
|
"@vitejs/plugin-react": "6.0.1",
|
|
"axios": "1.15.0",
|
|
"date-fns": "4.1.0",
|
|
"dayjs": "1.11.20",
|
|
"i18next": "26.0.3",
|
|
"nuqs": "2.8.9",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-i18next": "16.6.2",
|
|
"react-icons": "5.6.0",
|
|
"react-qr-code": "2.0.18",
|
|
"react-router": "7.14.0",
|
|
"swr": "2.4.1",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "0.95.0",
|
|
"@types/node": "25.5.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "8.57.0",
|
|
"@typescript-eslint/parser": "8.58.0",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
"eslint-config-mantine": "4.0.3",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-testing-library": "7.16.0",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"i18next-http-backend": "3.0.2",
|
|
"npm-check-updates": "20.0.0",
|
|
"postcss": "8.5.0",
|
|
"postcss-preset-mantine": "1.18.0",
|
|
"postcss-simple-vars": "7.0.1",
|
|
"prettier": "3.8.0",
|
|
"typescript": "5.9.3",
|
|
"vite": "8.0.8",
|
|
"vite-plugin-i18next-loader": "3.1.3"
|
|
}
|
|
}
|