-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 995 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
36
37
38
{
"name": "insan",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@css-render/vue3-ssr": "^0.15.14",
"@faker-js/faker": "^8.4.1",
"@fontsource/montserrat": "^5.0.18",
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/sitemap": "^5.1.5",
"@pinia/nuxt": "^0.5.1",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.9.0",
"maska": "^2.1.11",
"naive-ui": "^2.38.2",
"nuxt": "^3.11.2",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-link-checker": "3.0.0-rc.7",
"nuxt-schema-org": "^3.3.6",
"nuxt-simple-robots": "4.0.0-rc.16",
"nuxt-svgo": "^4.0.1",
"pinia": "^2.1.7",
"sass": "^1.77.2",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^4.3.2"
}
}