nextgraph-test/packages/web/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2024-10-19 21:05:52 +02:00
{
"name": "tdkdb-rxjs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint . && stylelint **/*.css",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "6.1.1",
"@mui/lab": "6.0.0-beta.10",
"@mui/material": "6.1.1",
"observable-hooks": "=4.2.4",
"react": "=18.3.1",
"react-dom": "=18.3.1",
"react-hook-form": "7.53.0",
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@biomejs/biome": "=1.9.2",
"@eslint/js": "=9.10.0",
"@types/react": "=18.3.8",
"@types/react-dom": "=18.3.0",
"@vitejs/plugin-react": "=4.3.1",
"eslint": "=9.10.0",
"eslint-plugin-react-hooks": "=5.1.0-rc.0",
"eslint-plugin-react-refresh": "=0.4.12",
"globals": "=15.9.0",
"meow": "=9.0.0",
"stylelint": "=16.9.0",
"stylelint-config-standard": "=36.0.1",
"typescript": "=5.6.2",
"typescript-eslint": "=8.6.0",
"vite": "=5.4.6",
"vite-plugin-checker": "=0.8.0",
"vitest": "2.1.1"
}
}