1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 03:29:23 +01:00
Files
panels/services/frontend/package.json
T
hexolan 998eb474ec feat(frontend, yarn)!: bump all major dependency versions
Currently unadapted/untested potentially breaking change.
2026-05-14 14:19:31 +01:00

43 lines
1.2 KiB
JSON

{
"name": "frontend",
"description": "Panels - Frontend Site",
"version": "1.0.0",
"author": "Declan Teevan <dt@hexolan.com>",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@mantine/core": "^9.2.0",
"@mantine/form": "^9.2.0",
"@mantine/hooks": "^9.2.0",
"@reduxjs/toolkit": "^2.11.2",
"@tabler/icons-react": "^3.44.0",
"localforage": "^1.10.0",
"match-sorter": "^8.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.15.0",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"typescript": "^6.0.3",
"vite": "^8.0.13"
},
"homepage": "https://github.com/hexolan/panels"
}