forked from montalvomiguelo/hydrogen-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "hygrogen-theme",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@7.12.0",
"scripts": {
"dev": "concurrently --raw --kill-others --passthrough-arguments \"pnpm run shopify:dev {@}\" \"pnpm run vite:dev\" --",
"build": "vite build",
"deploy": "pnpm run build && pnpm run shopify:deploy",
"lint": "eslint .",
"format": "prettier -w . --cache --plugin-search-dir=.",
"vite:dev": "vite",
"shopify:dev": "shopify theme dev",
"shopify:deploy": "shopify theme push"
},
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.1.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.8",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.1.8",
"vite": "^4.3.9",
"vite-plugin-shopify": "^2.2.1"
}
}