-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.21 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
43
44
45
46
47
48
49
50
51
52
53
{
"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.15.0",
"dependencies": {
"@nuxt/content": "^3.6.3",
"@nuxt/devtools": "2.6.3",
"@nuxt/image": "1.11.0",
"@nuxt/scripts": "^0.11.13",
"@nuxt/ui": "^3.3.2",
"@nuxtjs/i18n": "^10.0.6",
"@nuxtjs/seo": "^3.1.0",
"@vueuse/core": "13.7.0",
"@vueuse/nuxt": "13.7.0",
"better-sqlite3": "^12.2.0",
"nuxt": "4.0.3",
"resend": "6.0.2",
"sitemap": "8.0.0",
"ufo": "^1.6.1",
"vue-sonner": "2.0.8"
},
"devDependencies": {
"@nuxt/eslint-config": "1.9.0",
"automd": "0.4.0",
"eslint": "9.34.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"sharp"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
]
}
}