-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "nuxt build && wrangler pages deploy .output/public"
},
"dependencies": {
"@nuxtjs/sitemap": "^6.1.1",
"@nuxtjs/supabase": "^1.4.0",
"@octokit/rest": "^21.0.2",
"@pinia/nuxt": "^0.5.4",
"@stefanobartoletti/nuxt-social-share": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"feed": "^4.2.2",
"html-to-image": "^1.11.11",
"marked": "^14.1.2",
"nuxt": "^3.13.2",
"nuxt-clarity-analytics": "^0.0.9",
"nuxt-gtag": "^3.0.1",
"octokit": "^4.0.2",
"qrcode.vue": "^3.5.0",
"twemoji": "^14.0.2",
"vue": "latest",
"vue-router": "latest"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"wrangler": "^3.78.10"
}
}