-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 729 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^1.0.4",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^5.3.3",
"vue": "^3.4.31"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-theme-classic": "^1.17.4",
"@stripe/stripe-js": "^2.1.1",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"algoliasearch": "^4.24.0",
"sweetalert2": "^11.7.22"
}
}