-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/sitemap": "^5.2.0",
"node-sass": "^9.0.0",
"nuxt": "^3.14.1592",
"nuxt-icon": "^0.6.9",
"nuxt-schema-org": "^3.3.6",
"sass-loader": "^16.0.0",
"vue": "^3.4.27",
"vue-notion": "^3.0.0-beta.1",
"vue-router": "^4.4.1"
},
"dependencies": {
"@alisaitteke/typebot-vue": "^0.0.7",
"@nuxt/image": "^1.7.0",
"@nuxt/image-edge": "^1.1.0-28416198.1e7d37b",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^12.0.0",
"normalize.css": "^8.0.1",
"nuxt-swiper": "^2.0.0-1",
"sass": "^1.77.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}