generated from aichner/react-mdb-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 959 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
36
37
38
39
40
{
"name": "snek-client",
"version": "0.1.1",
"description": "Enoy it.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc"
},
"files": [
"lib",
"LICENSES"
],
"repository": {
"type": "git",
"url": "git+https://github.com/snek-at/client.git"
},
"keywords": [],
"author": "schettn",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/snek-at/client/issues"
},
"homepage": "https://github.com/snek-at/client#readme",
"dependencies": {
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.16",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"js-cookie": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@types/js-cookie": "^2.2.6",
"typescript": "^3.8.3"
}
}