-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.18 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
{
"name": "madebyshape-shopify",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"shopify-dev": "shopify theme dev --store=xxxxxx-xx",
"shopify-list": "shopify theme list --store=xxxxxx-xx",
"shopify-pull-dev": "shopify theme pull -d -n --store=xxxxxx-xx",
"build": "webpack --mode production",
"watch:webpack": "webpack --watch --mode development",
"watch:tailwind": "tailwindcss -i ./src/index.css -o ./assets/custom.css --watch",
"dev": "concurrently \"npm run watch:webpack\" \"npm run watch:tailwind\""
},
"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": {
"alpinejs": "^3.14.6",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.16",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}