-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 976 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 976 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
{
"name": "@authsmith/www",
"private": true,
"type": "module",
"scripts": {
"build": "nuxi build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"wrangler::deploy": "pnpm run generate && pnpm x wrangler pages deploy .output/public/",
"wrangler::dev": "pnpm run generate && pnpm x wrangler pages dev .output/public/"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@nuxt/content": "latest",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/sitemap": "7.2.3",
"@nuxtjs/tailwindcss": "6.13.1",
"@tailwindcss/typography": "latest",
"nuxt": "^3.15.2",
"nuxt-og-image": "4.1.2",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@unhead/schema-org": "^1.11.18",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"unenv": "^1.10.0",
"vue-tsc": "^2.2.0",
"wrangler": "latest"
}
}