-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1016 Bytes
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
{
"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",
"deploy": "nuxthub deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"packageManager": "pnpm@10.9.0",
"dependencies": {
"@nuxt/content": "^3.5.1",
"@nuxt/devtools": "2.4.0",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "^0.11.6",
"@nuxt/ui": "^3.1.0",
"@nuxtjs/i18n": "^9.5.3",
"@nuxtjs/seo": "^3.0.3",
"@vueuse/core": "13.1.0",
"@vueuse/nuxt": "13.1.0",
"nuxt": "3.16.2",
"resend": "4.4.1",
"sitemap": "8.0.0",
"ufo": "^1.6.1",
"vue-sonner": "1.3.2"
},
"devDependencies": {
"@nuxt/eslint-config": "1.3.0",
"automd": "0.4.0",
"eslint": "9.25.1"
}
}