-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@heroicons/vue": "^2.1.5",
"@inertiajs/vue3": "^1.2.0",
"@jsonforms/core": "^3.3.0",
"@jsonforms/vue": "^3.3.0",
"@jsonforms/vue-vanilla": "^3.3.0",
"@mdi/font": "^7.4.47",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.1.4",
"algoliasearch": "^4.20.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.4",
"element-plus": "^2.7.6",
"floating-vue": "^5.2.2",
"laravel-vite-plugin": "^1.0.5",
"laravel-vue-i18n": "^2.7.7",
"mitt": "^3.0.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.4.8",
"vue": "^3.5.10",
"vue-instantsearch": "^4.19.4",
"vue-uuid": "^3.0.0",
"vue3-observe-visibility": "^1.0.1",
"vuetify": "^3.6.10"
}
}