-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 846 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"watch": "NODE_ENV=development vite build --watch"
},
"devDependencies": {
"@floating-ui/vue": "^1.0.6",
"@headlessui/vue": "^1.7.22",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"daisyui": "^4.11.1",
"laravel-precognition-vue": "^0.5.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}