forked from prismicio/apollo-link-prismic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.39 KB
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
{
"name": "@farmdrop/apollo-link-prismic",
"version": "1.2.2",
"description": "Apollo link for Prismic",
"main": "dist/apollo-link-prismic.min.js",
"scripts": {
"build": "rollup --config rollup.config.js src/index.js",
"prepare": "npm run build",
"test": "jest tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismicio/apollo-link-prismic.git"
},
"keywords": [
"graphql",
"apollo",
"link",
"prismic"
],
"author": "sebastien@prismic.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prismicio/apollo-link-prismic/issues"
},
"homepage": "https://github.com/prismicio/apollo-link-prismic#readme",
"dependencies": {
"prismic-javascript": "^2.7.1"
},
"peerDependencies": {
"@apollo/client": "^3.3.x",
"graphql": "^15.x.x",
"react": "^16.x.x"
},
"devDependencies": {
"@apollo/client": "^3.3.14",
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.1.0",
"@rollup/plugin-babel": "^5.2.0",
"add": "^2.0.6",
"babel-preset-minify": "^0.4.3",
"cross-fetch": "^2.2.3",
"fetch-mock": "^8.0.0",
"graphql": "^15.5.0",
"jest": "^26.4.1",
"react": "^16.14.0",
"rollup": "^1.27.5",
"rollup-plugin-terser": "^7.0.0"
},
"directories": {
"test": "tests"
}
}