-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.54 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
52
53
54
55
56
57
{
"name": "nuxt-app",
"private": true,
"scripts": {
"dev": "pnpm run '/(nuxt|codegen:watch|nhost)/'",
"build": "nuxt build",
"nuxt": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"codegen": "graphql-codegen",
"codegen:watch": "graphql-codegen --watch",
"lint": "eslint .",
"format": "prettier --write .",
"nhost": "nhost up"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@iconify-json/fa6-brands": "^1.1.11",
"@nuxt/devtools": "^0.7.1",
"@nuxt/eslint-config": "^0.1.1",
"@nuxthq/ui": "^2.6.0",
"@parcel/watcher": "^2.2.0",
"@types/node": "^20.4.5",
"@urql/exchange-graphcache": "^6.2.0",
"@vee-validate/nuxt": "^4.10.8",
"@vueuse/components": "^10.2.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"nuxt": "^3.6.5",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@nhost/vue": "^1.13.33",
"@urql/exchange-auth": "^2.1.5",
"@urql/vue": "^1.1.2",
"@vee-validate/zod": "^4.10.8",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.0",
"vee-validate": "^4.10.8",
"zod": "^3.22.3"
},
"pnpm": {
"overrides": {
"@simplewebauthn/browser": "^7.2.0"
}
},
"peerDependencies": {
"@parcel/watcher": "^2.2.0"
}
}