-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "svelte-gql",
"version": "0.1.9",
"main": "lib/index.js",
"module": "esm/index.js",
"homepage": "https://github.com/drejohnson/svql#readme",
"author": "Dre Johnson <dre@phreshr.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/drejohnson/svql.git"
},
"keywords": [
"svelte",
"graphql"
],
"license": "MIT",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"peerDependencies": {
"svelte": "^3.5.1"
},
"dependencies": {
"@sindresorhus/fnv1a": "^1.2.0",
"callbag-merge-map": "^0.0.1",
"callbag-observe": "^1.0.0",
"callbag-of": "^2.0.0",
"callbag-pipe": "^1.2.0",
"extract-files": "^5.0.1",
"shadow-callbag": "^1.0.0",
"tallbag-filter": "^1.0.0",
"tallbag-from-fetch": "^1.0.3",
"tallbag-map": "^1.0.0",
"tallbag-share": "^1.0.0",
"tallbag-take": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/preset-env": "7.4.5",
"rollup": "^1.15.6",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.9.0",
"rollup-plugin-terser": "^5.0.0",
"svelte": "^3.5.1"
}
}