This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
67 lines (67 loc) · 2.06 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sanity-hydrogen-app",
"description": "This the default template for Hydrogen",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"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": "^2.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/mutator": "^3.14.1",
"@sanity/types": "^3.14.1",
"@shopify/hydrogen": "~2023.10.2",
"@shopify/remix-oxygen": "^2.0.2",
"@tippyjs/react": "^4.2.6",
"clsx": "^1.2.1",
"embla-carousel-react": "^7.1.0",
"eslist": "^1.0.0-beta.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"hydrogen-sanity": "^3.3.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": "^2.4.0",
"@shopify/cli": "^3.50.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@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.55.0",
"eslint-plugin-hydrogen": "0.12.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.22",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}