-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "vue-yoga-app",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/google-calendar": "^6.1.8",
"@fullcalendar/multimonth": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@mdi/font": "5.9.55",
"axios": "^1.4.0",
"emailjs-com": "^3.2.0",
"firebase": "^9.23.0",
"gsap": "^3.12.1",
"roboto-fontface": "*",
"swiper": "^8.4.7",
"vee-validate": "^4.10.2",
"vue": "^3.2.47",
"vue-axios": "^3.5.2",
"vue-router": "^4.2.2",
"vuefire": "^3.1.0",
"vuetify": "^3.0.0-beta.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/language-plugin-pug": "^1.8.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.14.1",
"gh-pages": "^5.0.0",
"pug": "^3.0.2",
"sass": "^1.63.3",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-cli-plugin-vuetify": "~2.5.8"
},
"type": "module"
}