-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@water-system-v2/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"f": "pnpm nx run frontend:serve",
"b": "pnpm nx run backend:serve",
"database:migrate": "pnpm nx run database:migrate"
},
"private": true,
"dependencies": {
"@fontsource/inter": "^5.0.16",
"@fontsource/ubuntu": "^5.0.8",
"@hono/node-server": "^1.8.2",
"@hono/trpc-server": "^0.1.1",
"@iconify/react": "^4.1.1",
"@lucia-auth/adapter-drizzle": "^1.0.2",
"@mantine/carousel": "^7.5.3",
"@mantine/charts": "^7.5.3",
"@mantine/code-highlight": "^7.5.3",
"@mantine/core": "^7.5.3",
"@mantine/dates": "^7.5.3",
"@mantine/dropzone": "^7.5.3",
"@mantine/form": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@mantine/modals": "^7.5.3",
"@mantine/notifications": "^7.5.3",
"@mantine/nprogress": "^7.5.3",
"@mantine/spotlight": "^7.5.3",
"@mantine/tiptap": "^7.5.3",
"@react-email/components": "^0.0.15",
"@react-email/render": "^0.0.12",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@tanstack/react-router": "^1.16.6",
"@tanstack/react-table": "^8.12.0",
"@tanstack/router-devtools": "^1.17.1",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@trpc/client": "11.0.0-next-beta.294",
"@trpc/next": "11.0.0-next-beta.294",
"@trpc/react-query": "11.0.0-next-beta.294",
"@trpc/server": "11.0.0-next-beta.294",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.29.4",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "^8.0.0",
"hono": "^4.0.7",
"lodash": "^4.17.21",
"lucia": "^3.0.1",
"mantine-form-zod-resolver": "^1.1.0",
"match-sorter": "^6.3.4",
"million": "^3.0.3",
"mysql2": "^3.9.1",
"nodemailer": "^6.9.10",
"openapi-types": "^12.1.3",
"oslo": "^1.1.2",
"radash": "^12.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.5",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.1",
"recharts": "^2.12.1",
"sort-by": "^1.2.0",
"superjson": "^2.2.1",
"tslib": "^2.3.0",
"ws": "^8.16.0",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@biomejs/biome": "1.5.3",
"@nx/cypress": "18.0.4",
"@nx/devkit": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/node": "18.0.4",
"@nx/playwright": "18.0.4",
"@nx/react": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/web": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@tanstack/router-vite-plugin": "^1.16.5",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.202",
"@types/node": "18.16.9",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/ws": "^8.5.10",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"autoprefixer": "10.4.13",
"drizzle-kit": "^0.20.14",
"eslint": "~8.48.0",
"i18next-resources-for-ts": "^1.5.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "18.0.4",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"url-loader": "^4.1.1",
"vite": "~5.0.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "~2.3.0",
"vitest": "^1.0.4",
"webpack-cli": "^5.1.4"
}
}