-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.24 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "hydrogen-starter",
"private": true,
"sideEffects": false,
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "shopify hydrogen dev --port 8080",
"build": "shopify hydrogen build",
"preview": "npm run build && shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx,.d.ts .",
"format": "prettier --write --ignore-unknown .",
"format:check": "prettier --check --ignore-unknown .",
"typecheck": "tsc --noEmit",
"codegen": "shopify hydrogen codegen"
},
"browserslist": [
"defaults"
],
"prettier": "@shopify/prettier-config",
"dependencies": {
"@fingerprintjs/botd": "^2.0.0",
"@headlessui/react": "2.2.4",
"@headlessui/tailwindcss": "^0.2.2",
"@pack/client": "^1.0.3",
"@pack/hydrogen": "^2.1.0",
"@pack/react": "^3.1.1",
"@pack/types": "^0.1.3",
"@remix-run/react": "^2.17.2",
"@shopify/cli": "^3.87.4",
"@shopify/cli-hydrogen": "9.0.8",
"@shopify/hydrogen": "2025.1.3",
"@shopify/hydrogen-react": "2025.1.3",
"@shopify/mini-oxygen": "3.1.1",
"@shopify/remix-oxygen": "2.0.12",
"clsx": "^2.1.1",
"country-region-data": "^4.0.0",
"crypto-js": "^4.2.0",
"fast-xml-parser": "^5.3.2",
"graphql": "^16.12.0",
"hex-to-rgba": "^2.0.1",
"isbot": "^5.1.32",
"lodash": "^4.17.21",
"markdown-to-jsx": "^9.1.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^6.0.0",
"react-fast-marquee": "^1.6.5",
"react-intersection-observer": "^10.0.0",
"react-markdown": "^10.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sanitize-html": "^2.17.0",
"schema-dts": "^1.1.5",
"snakecase-keys": "^9.0.2",
"swiper": "^12.0.3",
"tiny-invariant": "^1.3.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.7",
"@remix-run/dev": "^2.17.2",
"@remix-run/eslint-config": "^2.17.2",
"@remix-run/fs-routes": "^2.17.2",
"@remix-run/route-config": "^2.17.2",
"@shopify/eslint-plugin": "48.0.2",
"@shopify/hydrogen-codegen": "^0.3.3",
"@shopify/oxygen-workers-types": "^4.2.0",
"@shopify/prettier-config": "^1.1.4",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^9.6.1",
"@types/grecaptcha": "^3.0.9",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.21",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "5.62.0",
"cookie": "0.7.2",
"eslint": "8.57.1",
"eslint-plugin-hydrogen": "0.12.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.5",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-refresh": "0.4.19",
"eslint-plugin-tailwindcss": "3.18.0",
"jest": "^30.2.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^10.4.0",
"prettier": "^3.6.2",
"set-cookie-parser": "^2.7.2",
"tailwindcss": "3.4.17",
"typescript": "^5.9.3",
"vite": "5.4.11",
"vite-tsconfig-paths": "^5.1.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.40.0"
},
"engines": {
"node": ">=20.0.0"
}
}