-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "canvas-template",
"author": "HugoRCD",
"private": true,
"license": "Apache-2.0",
"scripts": {
"automd": "automd",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "tsc --noEmit",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"packageManager": "pnpm@11.1.3",
"dependencies": {
"@nuxt/content": "^3.11.2",
"@nuxt/devtools": "3.2.1",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "^0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/i18n": "^10.2.3",
"@nuxtjs/seo": "^3.4.0",
"@vueuse/core": "14.2.1",
"@vueuse/nuxt": "14.2.1",
"better-sqlite3": "^12.6.2",
"nuxt": "4.3.1",
"resend": "6.9.2",
"sitemap": "9.0.0",
"nuxt-studio": "1.3.2",
"ufo": "^1.6.3",
"vue-sonner": "2.0.9"
},
"devDependencies": {
"@nuxt/eslint-config": "1.15.1",
"automd": "0.4.3",
"eslint": "9.39.3"
}
}