-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.92 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
{
"name": "jetskis-hydrogen",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"scripts": {
"build": "shopify hydrogen build",
"build:css": "postcss styles --base styles --dir app/styles --env production",
"dev": "npm run build:css && concurrently -g --kill-others-on-fail -r npm:dev:css \"shopify hydrogen dev\"",
"dev:css": "postcss styles --base styles --dir app/styles -w",
"preview": "npm run build && shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
"g": "shopify hydrogen generate",
"n": "ngrok http --subdomain superhi 3000"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.13",
"@remix-run/node": "^1.14.1",
"@remix-run/react": "1.12.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^5.2.2",
"@shopify/cli": "3.47.5",
"@shopify/cli-hydrogen": "^5.0.1",
"@shopify/hydrogen": "^2023.4.5",
"@shopify/remix-oxygen": "^1.1.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"concurrently": "^7.6.0",
"framer-motion": "^10.12.12",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"groq": "^3.11.2",
"keen-slider": "^6.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-use": "^17.4.0",
"remix-utils": "^6.0.0",
"tiny-invariant": "^1.3.1",
"typographic-base": "^1.0.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@remix-run/dev": "1.12.0",
"@shopify/prettier-config": "^1.1.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"eslint": "^8.20.0",
"eslint-plugin-hydrogen": "0.12.2",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"prettier": "^2.8.4",
"tailwindcss": "^3.1.8"
},
"engines": {
"node": ">=18.x"
}
}