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
2026-05-14 14:14:03 +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": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@reduxjs/toolkit": "^1.9.7",
"@tabler/icons-react": "^3.44.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.30.3",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "^5.9.3",
"vite": "^6.4.2"
},
"homepage": "https://github.com/hexolan/panels"
}