forked from sanity-io/hydrogen-sanity-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "sanity-hydrogen-app",
"description": "This the default template for Hydrogen",
"version": "0.1.0",
"license": "MIT",
"private": true,
"author": "Sanity.io <[email protected]>",
"scripts": {
"dev": "shopify hydrogen dev",
"build": "shopify hydrogen build",
"preview": "shopify hydrogen preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src"
},
"prettier": "@shopify/prettier-config",
"devDependencies": {
"@portabletext/types": "^1.0.3",
"@shopify/cli": "^3.0.23",
"@shopify/cli-hydrogen": "^3.0.23",
"@shopify/prettier-config": "^1.1.2",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.14",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.16.0",
"eslint-plugin-hydrogen": "^0.12.2",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.1",
"typescript": "^4.7.2",
"vite": "^2.9.0"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.3.2",
"@sanity/image-url": "^1.0.1",
"@sanity/types": "^2.29.5",
"@shopify/hydrogen": "^1.0.0",
"@tippyjs/react": "^4.2.6",
"body-parser": "^1.20.0",
"clsx": "^1.1.1",
"embla-carousel-react": "^6.2.0",
"groq": "^2.29.3",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-social-media-embed": "^2.2.2"
}
}