-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 849 Bytes
/
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
{
"name": "deepdivedylan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"vee-validate": "^4.12.5",
"vue": "^3.3.11",
"vue-i18n": "^9.9.1",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@fawmi/vue-google-maps": "0.9.67",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.17",
"load-google-maps-api": "^2.0.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"typescript-cookie": "^1.0.6",
"vite": "^5.1.2",
"vite-plugin-php": "^1.0.6",
"vue-tsc": "^1.8.27",
"yup": "^1.3.3"
}
}