-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
40 lines (40 loc) · 996 Bytes
/
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
{
"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": "[email protected]",
"dependencies": {
"@nuxt/content": "3.0.0",
"@nuxt/devtools": "1.7.0",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.9.5",
"@nuxt/ui": "3.0.0-alpha.11",
"@nuxtjs/i18n": "9.1.1",
"@vueuse/core": "12.4.0",
"@vueuse/nuxt": "12.4.0",
"nuxt": "3.15.2",
"nuxt-og-image": "4.0.2",
"resend": "4.0.1",
"sitemap": "8.0.0",
"vue-sonner": "1.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "0.7.5",
"@shelve/cli": "3.1.1",
"automd": "0.3.12",
"eslint": "9.18.0"
}
}