-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"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": "[email protected]",
"dependencies": {
"@nuxt/content": "^3.2.1",
"@nuxt/devtools": "2.1.0",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.10.5",
"@nuxt/ui": "3.0.0-alpha.13",
"@nuxtjs/i18n": "9.2.1",
"@nuxtjs/seo": "^2.2.0",
"@vueuse/core": "12.7.0",
"@vueuse/nuxt": "12.7.0",
"nuxt": "3.15.4",
"resend": "4.1.2",
"sitemap": "8.0.0",
"ufo": "^1.5.4",
"vue-sonner": "1.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "1.1.0",
"automd": "0.3.12",
"eslint": "9.21.0",
"wrangler": "^3.109.2"
}
}