@accounter/client
Version:
58 lines (57 loc) • 1.55 kB
JSON
{
"name": "@accounter/client",
"version": "0.0.1-alpha-20240307185814-32bf6a8bf89d905b75702c3ffe0aeb4570603f40",
"type": "module",
"license": "MIT",
"engines": {
"node": "21.3.0"
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"generate": "cd ../../ && yarn generate && cd client",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/notifications": "6.0.21",
"@tanstack/react-query": "5.25.0",
"@urql/exchange-auth": "2.1.6",
"chart.js": "4.4.2",
"clsx": "2.1.0",
"date-fns": "3.3.1",
"dayjs": "1.11.10",
"decimal.js": "10.4.3",
"deep-equal": "2.2.3",
"embla-carousel-react": "8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.0",
"react-router-dom": "6.22.2",
"tabler-icons-react": "1.56.0",
"tailwind-merge": "2.2.1",
"urql": "4.0.6"
},
"devDependencies": {
"@types/chart.js": "2.9.41",
"@types/deep-equal": "1.0.4",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.18",
"graphql-tag": "2.12.6",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"vite": "5.1.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}