-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"name": "madebyshape-shopify",
"version": "1.0.0",
"description": "",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"shopify": "dotenv -e .env -- sh -c 'shopify theme dev --store=$SHOPIFY_STORE'",
"shopify-pull": "dotenv -e .env -- sh -c 'shopify theme pull -d -n --store=$SHOPIFY_STORE'",
"theme-check": "shopify theme check",
"build": "vite build",
"dev": "dotenv -e .env -- sh -c 'concurrently \"shopify theme dev --store=$SHOPIFY_STORE\" \"vite build --watch --mode development\"'"
},
"author": "Tom Pickering (@iamtompickering)",
"authorUrl": "https://madebyshape.co.uk",
"license": "ISC",
"bugs": {
"url": "https://github.com/madebyshape/shopify/issues"
},
"homepage": "https://github.com/madebyshape/shopify#readme",
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"alpinejs": "^3.14.6",
"autoprefixer": "^10.4.20",
"concurrently": "^9.2.1",
"dotenv-cli": "^11.0.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.15",
"vite": ">=8.0.5"
}
}