-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update": "yarn upgrade-interactive",
"format": "prettier --write .",
"wrangler:create": "wrangler d1 execute memes-skyra-pw --local --file server/db/schema.sql",
"wrangler:dev": "wrangler pages dev dist --local --persist"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250109.0",
"@heroicons/vue": "^2.2.0",
"@nuxtjs/tailwindcss": "^6.13.1",
"@sapphire/prettier-config": "^2.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.7",
"@types/prettier": "^3.0.0",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"canvas-constructor": "^7.0.2",
"discord-api-types": "^0.37.100",
"nuxt": "^3.15.2",
"nuxt-security": "^0.14.4",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"sitemap": "^8.0.0",
"wrangler": "^3.101.0"
},
"packageManager": "[email protected]",
"resolutions": {
"nuxt-security@^0.13.0": "patch:nuxt-security@npm%3A0.13.0#./.yarn/patches/nuxt-security-npm-0.13.0-c6823128eb.patch"
}
}