-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 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
{
"name": "vite-min-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@mantine/core": "^7.1.1",
"@mantine/hooks": "^7.1.1",
"@mantine/tiptap": "^7.3.1",
"@tabler/icons-react": "^2.42.0",
"@tanstack/react-query": "^5.14.2",
"@tiptap/extension-highlight": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-text-align": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"axios": "^1.6.2",
"chart.js": "^4.4.0",
"i18next": "^23.7.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^13.2.2",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"vite-tsconfig-paths": "^4.2.2",
"zod": "^3.22.4",
"zod-i18n-map": "^2.23.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.12.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"postcss-preset-mantine": "1.8.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}