forked from montalvomiguelo/hydrogen-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.23 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.23 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
{
"name": "hygrogen-theme",
"private": true,
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"scripts": {
"dev": "concurrently -r -k -P 'shopify theme dev {@}' 'vite'",
"build": "vite build",
"deploy": "pnpm run build && shopify theme push",
"lint": "eslint .",
"format": "prettier --write --cache .",
"format-check": "prettier --check ."
},
"devDependencies": {
"@driver-digital/vite-plugin-shopify-clean": "^1.1.1",
"@eslint/js": "^9.21.0",
"@shopify/prettier-plugin-liquid": "^1.8.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.11",
"vite": "npm:rolldown-vite@7.3.1",
"vite-plugin-shopify": "^4.1.1",
"vite-plugin-shopify-import-maps": "^0.7.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"protobufjs"
]
}
}