-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
91 lines (91 loc) · 2.79 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "hydrogen-starter",
"private": true,
"sideEffects": false,
"version": "1.10.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": {
"@headlessui/react": "^2.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@pack/client": "^1.0.1",
"@pack/hydrogen": "^1.0.6",
"@pack/react": "^0.1.4",
"@remix-run/react": "^2.15.2",
"@shopify/cli": "^3.72.2",
"@shopify/cli-hydrogen": "^9.0.3",
"@shopify/hydrogen": "^2024.10.1",
"@shopify/hydrogen-react": "^2024.10.1",
"@shopify/mini-oxygen": "^3.1.0",
"@shopify/remix-oxygen": "^2.0.9",
"country-region-data": "^3.1.0",
"crypto-js": "^4.2.0",
"fast-xml-parser": "^4.5.0",
"graphql": "^16.10.0",
"isbot": "^5.1.6",
"markdown-to-jsx": "^7.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.14.0",
"react-markdown": "^9.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2",
"snakecase-keys": "^8.0.1",
"swiper": "^11.1.15",
"tiny-invariant": "^1.3.3",
"uuid": "^11.0.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@remix-run/node": "^2.15.2",
"@shopify/eslint-plugin": "^46.0.0",
"@shopify/hydrogen-codegen": "^0.3.2",
"@shopify/oxygen-workers-types": "^4.1.6",
"@shopify/prettier-config": "^1.1.2",
"@types/eslint": "^8.4.10",
"@types/grecaptcha": "^3.0.9",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "5.62.0",
"cookie": "0.7.2",
"eslint": "8.57.0",
"eslint-plugin-hydrogen": "0.12.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-tailwindcss": "3.17.4",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "5.4.11",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=18.0.0"
}
}