-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1 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
{
"name": "@nhost/nuxt",
"version": "0.1.9",
"description": "Nhost Nuxt client",
"keywords": [
"nhost",
"hasura",
"storage",
"auth",
"authentication",
"graphql",
"postgresql",
"realtime",
"nuxt"
],
"author": "Nhost",
"homepage": "https://nhost.io",
"bugs": "https://github.com/nhost/nuxt/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/nhost/nuxt.git"
},
"main": "dist/module.js",
"types": "dist/module.d.ts",
"files": [
"dist",
"templates"
],
"devDependencies": {
"@nuxt/types": "^2.15.2",
"@types/node": "^14.14.31",
"release-it": "^14.12.4",
"typescript": "^4.2.3"
},
"dependencies": {
"@nhost/nhost-js": "^0.3.5",
"cookie-universal": "^2.1.4",
"nuxt": "^2.15.2",
"vue": "^2.6.12"
},
"scripts": {
"build": "tsc",
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"np": {
"yarn": true
}
}