-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "programmers-fb",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^2.47.12",
"@tiptap/extension-color": "^2.11.2",
"@tiptap/extension-placeholder": "^2.11.2",
"@tiptap/extension-text-style": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"@tiptap/vue-3": "^2.11.2",
"dayjs": "^1.11.13",
"html2canvas": "^1.4.1",
"install": "^0.13.0",
"kaplay": "^3001.0.9",
"lodash": "^4.17.21",
"npm": "^10.9.2",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"swiper": "^11.2.1",
"tailwind-merge": "^2.6.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.0",
"tailwindcss": "^3.4.17",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.5",
"vite-plugin-vue-devtools": "^7.6.8"
}
}