forked from discordjs/resource-webhooks
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
{
"name": "webhooks",
"version": "3.0.0",
"description": "A webhooks UI to easily send announcements and messages to a Discord server",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@heroicons/vue": "^2.1.5",
"@nuxt/eslint": "^0.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.3",
"@prettier/plugin-xml": "^3.4.1",
"@sapphire/prettier-config": "^2.0.0",
"@skyra/discord-components-core": "^4.0.0-alpha.23",
"@tailvue/nuxt": "^1.0.0",
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/yup": "^4.13.2",
"@vite-pwa/nuxt": "^0.10.0",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
"daisyui": "^4.12.10",
"discord-api-types": "0.37.95",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.12.4",
"pinia": "^2.2.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4",
"vite-plugin-pwa": "^0.20.1",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"tailvue@npm:^0.1.30": "patch:tailvue@npm%3A0.1.68#~/.yarn/patches/tailvue-npm-0.1.68-6186f25193.patch"
},
"packageManager": "[email protected]"
}