-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"devDependencies": {
"@codemirror/autocomplete": "^6.4.0",
"@codemirror/commands": "^6.2.0",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/language": "^6.4.0",
"@codemirror/lint": "^6.1.0",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.3",
"@giscus/vue": "^2.2.0",
"@heroicons/vue": "^2.0.14",
"@nuxt/content": "^2.5.2",
"@nuxtjs/tailwindcss": "^6.6.5",
"@types/luxon": "^3.1.0",
"@types/node": "^18.11.18",
"@types/sharp": "^0.30.5",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"chalk": "^5.0.1",
"codemirror": "^6.0.1",
"eslint": "^8.23.0",
"luxon": "^3.0.3",
"nuxt": "^3.3.3",
"sharp": "^0.31.0",
"sitemap": "^7.1.1",
"tsx": "^3.12.1",
"typescript": "^4.8.3",
"vercel": "^28.5.6"
},
"packageManager": "pnpm@8.4.0",
"private": true,
"scripts": {
"build": "nuxi generate && tsx vite.functions.ts",
"dev": "nuxi dev",
"lint": "eslint .",
"postinstall": "nuxi prepare"
},
"type": "module"
}