-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.18 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
{
"name": "tri-plan",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@esbuild/linux-x64": "^0.23.1",
"@fontsource/catamaran": "^5.0.20",
"@react-google-maps/api": "^2.19.3",
"@refinedev/chakra-ui": "^2.20.0",
"@refinedev/cli": "^2.16.21",
"@refinedev/core": "^4.47.1",
"@refinedev/devtools": "^1.1.32",
"@refinedev/kbar": "^1.3.6",
"@refinedev/react-hook-form": "^4.8.14",
"@refinedev/react-router-v6": "^4.5.5",
"@refinedev/react-table": "^5.6.6",
"@refinedev/supabase": "^5.7.4",
"@tabler/icons": "^3.14.0",
"@tabler/icons-react": "^3.10.0",
"@tanstack/react-table": "^8.2.6",
"add": "^2.0.6",
"chakra": "^0.0.3",
"dayjs": "^1.11.11",
"file-upload": "^0.0.0",
"framer-motion": "^11.5.4",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-xhr-backend": "^3.2.2",
"md-block": "^0.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.3.0",
"react-jwt": "^1.2.1",
"react-photo-gallery": "^8.0.0",
"react-router-dom": "^6.24.1",
"snippet": "^0.1.0"
},
"devDependencies": {
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@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",
"typescript": "^5.4.2",
"vite": "^4.3.1"
},
"scripts": {
"dev": "refine dev",
"build": "tsc && refine build",
"preview": "refine start",
"refine": "refine"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"refine": {
"projectId": "2JQD0Y-HSWdKC-XkIa87"
}
}