-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "techfest-admin-panel",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.1",
"@invictus.codes/nuxt-vuetify": "latest",
"@nuxt/devtools": "^1.0.4",
"@nuxtjs/google-fonts": "^3.1.0",
"@vite-pwa/nuxt": "^0.3.2",
"@vueuse/nuxt": "latest",
"nuxt": "^3.8.2",
"nuxt-capo": "^0.1.0",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-simple-sitemap": "^4.1.6",
"sass": "^1.69.5"
},
"dependencies": {
"@iconify/vue": "^4.1.1",
"@pinia-plugin-persistedstate/nuxt": "latest",
"@pinia/nuxt": "^0.5.1",
"@tinymce/tinymce-vue": "latest",
"gsap": "^3.12.2",
"pinia": "^2.1.7",
"vue-countup-v3": "^1.4.0",
"vue-marquee-text-component": "^2.0.1",
"vue-tilt.js": "^1.1.1",
"vue3-lottie": "^3.2.0",
"vuetify": "^3.4.3"
}
}