-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 990 Bytes
/
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
{
"name": "fine-nuxt-tools",
"version": "0.3.4",
"description": "Various helpers + config abstraction for Nuxt applications @wearefine",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/wearefine/fine-nuxt-tools.git"
},
"author": "FINE, A Brand Agency (https://wearefine.com)",
"contributors": [
"Aaron Ransley (https://aaronransley.com)",
"Charlie Pitkin (https://charliepitkin.com)"
],
"scripts": {
"test": "node -r esm test/index",
"usage": "node -r esm example"
},
"license": "MIT",
"devDependencies": {
"esm": "^3.2.25"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.5",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"boolean": "^3.0.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lodash.isempty": "^4.4.0",
"map-env-vars": "^0.2.0",
"nuxt-winston-log": "^1.2.0"
}
}