forked from sanity-io/hydrogen-plugin-sanity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "hydrogen-plugin-sanity",
"version": "0.4.0",
"description": "Hydrogen plugin for integrating with Sanity.io",
"author": "Sanity <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/hydrogen-plugin-sanity.git"
},
"bugs": {
"url": "https://github.com/sanity-io/hydrogen-plugin-sanity/issues"
},
"homepage": "https://github.com/sanity-io/hydrogen-plugin-sanity#readme",
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"dev": "tsc -w --incremental --p tsconfig.json",
"build": "tsc --p tsconfig.json",
"prepack": "yarn build",
"format": "prettier src -w",
"lint": "eslint src"
},
"devDependencies": {
"@shopify/hydrogen": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-sanity": "^5.1.0",
"graphql": "^16.0.1",
"prettier": "^2.4.1",
"react": "0.0.0-experimental-2bf7c02f0-20220314",
"react-dom": "0.0.0-experimental-2bf7c02f0-20220314",
"typescript": "^4.5.2"
},
"peerDependencies": {
"@shopify/hydrogen": "^0.13.0",
"graphql": "^16.0.1",
"react": "0.0.0-experimental-2bf7c02f0-20220314",
"react-dom": "0.0.0-experimental-2bf7c02f0-20220314"
}
}