generated from antfu/vitesse-nuxt
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 2.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"type": "module",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev --dotenv .env.local",
"generate": "nuxi generate",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
"@aws-sdk/client-s3": "^3.709.0",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@formkit/auto-animate": "^0.8.2",
"@giscus/vue": "^2.4.0",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/twemoji": "^1.2.1",
"@mdit/plugin-alert": "^0.8.0",
"@nuxt/devtools": "^1.6.3",
"@nuxt/icon": "^1.10.1",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.20.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/mdc": "^0.6.1",
"@nuxtjs/sitemap": "^5.3.5",
"@nuxtjs/tailwindcss": "^6.12.2",
"@oramacloud/client": "^1.3.20",
"@pinia/nuxt": "^0.5.5",
"@shikijs/transformers": "^1.24.2",
"@types/diacritics": "^1.3.3",
"@types/jsonwebtoken": "^9.0.7",
"@uiw/codemirror-theme-github": "^4.23.6",
"@vueuse/integrations": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"async-validator": "^4.2.5",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"codemirror": "^6.0.1",
"consola": "^3.2.3",
"country-flag-emoji": "^1.0.3",
"date-fns": "^2.30.0",
"diacritics": "^1.3.0",
"eslint": "^8.57.1",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"minio": "^8.0.2",
"nuxt": "3.13.2",
"nuxt-lodash": "^2.5.3",
"nuxt-mongoose": "^1.0.6",
"nuxt-og-image": "3.0.0-rc.42",
"nuxt-schema-org": "^3.5.0",
"nuxt-seo-experiments": "4.0.0-rc.4",
"nuxt-simple-robots": "4.0.0-rc.14",
"pinia": "^2.3.0",
"plain-shiki": "^0.0.12",
"puppeteer": "^22.15.0",
"remark-behead": "^3.1.0",
"tocbot": "^4.32.2",
"typescript": "^5.7.2",
"vue-codemirror": "^6.1.1",
"vue-tsc": "^1.8.27",
"vue-use-fixed-header": "^2.0.3"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}