forked from packdigital/pack-hydrogen-theme-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.52 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
{
"name": "hydrogen-starter",
"private": true,
"sideEffects": false,
"version": "1.3.1",
"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": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@pack/client": "^0.0.7",
"@pack/hydrogen": "^0.1.2",
"@pack/react": "^0.1.1",
"@remix-run/react": "^2.9.1",
"@shopify/cli": "^3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "^2024.4.1",
"@shopify/hydrogen-react": "^2024.4.1",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/remix-oxygen": "^2.0.4",
"country-region-data": "^3.0.0",
"crypto-js": "^4.2.0",
"eventemitter3": "^5.0.1",
"graphql": "^16.8.1",
"isbot": "^3.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.1",
"react-markdown": "^9.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2",
"snakecase-keys": "^8.0.0",
"swiper": "^11.1.1",
"tiny-invariant": "^1.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@remix-run/dev": "^2.9.1",
"@remix-run/eslint-config": "^2.9.1",
"@shopify/eslint-plugin": "^44.0.0",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@types/eslint": "^8.4.10",
"@types/grecaptcha": "^3.0.7",
"@types/gtag.js": "^0.0.19",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"@typescript-eslint/parser": "^5.62.0",
"cookie-parser": "^1.4.6",
"eslint": "8.57.0",
"eslint-plugin-hydrogen": "0.12.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.15.1",
"jest": "^29.7.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.2.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}