-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.84 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prettier": "prettier --write 'resources/**/*.{css,js,vue}'"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.0-beta.2",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.4",
"eslint": "^8.56.0",
"husky": "^9.0.6",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.31",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwindcss": "^3.2.1",
"vite": "^5.0.12",
"vue": "^3.4.0"
},
"dependencies": {
"@alpinejs/intersect": "^3.13.7",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@sethsharp/lumuix": "^1.0.0-alpha.10.3",
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-document": "^2.2.1",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-heading": "^2.2.1",
"@tiptap/extension-horizontal-rule": "^2.3.0",
"@tiptap/extension-link": "^2.2.1",
"@tiptap/extension-list-item": "^2.3.0",
"@tiptap/extension-ordered-list": "^2.2.1",
"@tiptap/extension-paragraph": "^2.2.1",
"@tiptap/extension-text": "^2.2.1",
"@tiptap/extension-text-align": "^2.2.1",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.2.1",
"@tiptap/starter-kit": "^2.2.1",
"@tiptap/vue-3": "^2.2.1",
"@vueuse/core": "^10.11.1",
"clean-install": "^1.0.0",
"dotenv": "^16.4.5",
"highlight.js": "^11.9.0",
"lowlight": "^3.1.0",
"uuid": "^9.0.1"
}
}