generated from sanity-io/hydrogen-sanity-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.03 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.03 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "sanity-hydrogen-app",
"description": "This the default template for Hydrogen",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"scripts": {
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev",
"preview": "npm run build && shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
"format": "npx prettier --write . --ignore-path .gitignore",
"typecheck": "tsc --noEmit",
"g": "shopify hydrogen generate"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.15",
"@portabletext/react": "^3.0.4",
"@remix-run/react": "1.17.1",
"@sanity/image-url": "^1.0.2",
"@sanity/mutator": "^3.14.1",
"@sanity/types": "^3.14.1",
"@shopify/cli": "3.47.5",
"@shopify/cli-hydrogen": "^5.1.0",
"@shopify/hydrogen": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1",
"@tippyjs/react": "^4.2.6",
"clsx": "^1.2.1",
"embla-carousel-react": "^7.1.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"hydrogen-sanity": "^3.0.0",
"isbot": "^3.6.12",
"lodash.filter": "^4.6.0",
"pluralize-esm": "^9.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-social-media-embed": "^2.3.5",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "1.17.1",
"@shopify/oxygen-workers-types": "^3.17.2",
"@shopify/prettier-config": "^1.1.2",
"@types/eslint": "^8.37.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-hydrogen": "0.12.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.13"
}
}