-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.43 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
{
"name": "travel-blog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"generate:types": "npx supabase gen types typescript --project-id pwavskqtxdeplljoxovq --schema public > src/types/supabase.ts"
},
"dependencies": {
"5": "^0.0.1",
"@mui/material": "^5.15.11",
"@mui/styled-engine-sc": "^6.0.0-alpha.17",
"@supabase/supabase-js": "^2.39.6",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.8",
"@tippyjs/react": "^4.2.6",
"@tiptap-pro/extension-table-of-contents": "^2.7.7",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/styled-components": "^5.1.34",
"@uiw/react-md-editor": "^4.0.3",
"date-fns": "^3.3.1",
"filepond": "^4.30.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "^6.22.0",
"react-tag-autocomplete": "^7.2.0",
"react-tag-input-component": "^2.0.2",
"recharts": "^2.12.3",
"slug": "^9.0.0",
"styled-components": "^6.1.8",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.10"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/slug": "^5.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"rollup-plugin-visualizer": "^5.12.0",
"supabase": "^1.151.1",
"typescript": "^5.4.2",
"typescript-eslint": "^7.2.0",
"vite": "^5.1.0"
}
}