mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-24 02:13:38 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"dependencies": {
|
|
"@emotion/react": ">=11.14.0 <11.15.0",
|
|
"@emotion/styled": ">=11.14.0 <11.15.0",
|
|
"@mui/icons-material": ">=7.3.0 <7.4.0",
|
|
"@mui/material": ">=7.3.0 <7.4.0",
|
|
"@mui/x-data-grid": ">=8.28.0 <8.29.0",
|
|
"@tanstack/react-query": ">=5.94.0 <5.95.0",
|
|
"chart.js": ">=4.5.0 <4.6.0",
|
|
"react": ">=19.2.0 <19.3.0",
|
|
"react-chartjs-2": ">=5.3.0 <5.4.0",
|
|
"react-dom": ">=19.2.0 <19.3.0",
|
|
"react-syntax-highlighter": ">=16.1.0 <16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": ">=9.39.0 <9.40.0",
|
|
"@stylistic/eslint-plugin": ">=5.10.0 <5.11.0",
|
|
"@types/react": ">=19.2.0 <19.3.0",
|
|
"@types/react-dom": ">=19.2.0 <19.3.0",
|
|
"@types/react-syntax-highlighter": ">=15.5.0 <15.6.0",
|
|
"@vitejs/plugin-react": ">=6.0.0 <6.1.0",
|
|
"eslint": ">=9.39.0 <9.40.0",
|
|
"eslint-plugin-react": ">=7.37.0 <7.38.0",
|
|
"eslint-plugin-react-hooks": ">=7.0.0 <7.1.0",
|
|
"eslint-plugin-react-refresh": ">=0.5.0 <0.6.0",
|
|
"eslint-plugin-simple-import-sort": ">=12.1.0 <12.2.0",
|
|
"typescript": ">=5.9.0 <5.10.0",
|
|
"typescript-eslint": ">=8.57.0 <8.58.0",
|
|
"vite": ">=8.0.0 <8.1.0"
|
|
},
|
|
"name": "ahriman-frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint src/",
|
|
"lint:fix": "eslint --fix src/",
|
|
"preview": "vite preview"
|
|
},
|
|
"type": "module",
|
|
"version": "2.20.0"
|
|
}
|