-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"private": true,
"version": "v1.2.26",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.12",
"@prettier/plugin-php": "^0.19.7",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"eslint-plugin-vue": "^9.17.0",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9",
"vue": "^3.3.4"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@tiptap/extension-bold": "^2.1.10",
"@tiptap/extension-heading": "^2.1.10",
"@tiptap/extension-link": "^2.1.10",
"@tiptap/extension-list-item": "^2.1.10",
"@tiptap/pm": "^2.1.10",
"@tiptap/starter-kit": "^2.1.10",
"@tiptap/vue-3": "^2.1.10",
"@vuepic/vue-datepicker": "^7.2.0",
"date-fns": "^2.30.0",
"laravel-vue-pagination": "^4.1.1",
"slugify": "^1.6.6",
"uuid": "^9.0.0",
"vuex": "^4.1.0"
}
}