-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"@nuxt/eslint": "^0.6.2",
"@nuxt/icon": "^1.10.3",
"@nuxthub/core": "^0.8.17",
"@nuxtjs/tailwindcss": "6.12.2",
"consola": "^3.4.0",
"nuxt": "^3.15.4",
"unenv": "^1.10.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.2",
"wrangler": "^3.109.1"
},
"packageManager": "pnpm@10.4.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"workerd"
]
}
}