-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.76 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
{
"name": "vite-tailwind-alpinejs",
"description": "Shopify starter theme using Vite with AlpineJS, TailwindCSS, Liquid AJAX Cart, and the Shopify Vite plugin.",
"author": "James Auble",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "run-p shopify:dev vite:watch",
"build": "run-s vite:build",
"deploy": "run-s vite:build && shopify theme push -e production",
"deploy:dev": "run-s vite:build && shopify theme push -e development",
"deploy:staging": "run-s vite:build && shopify theme push --path shopify -e staging",
"deploy:new": "run-s vite:build && shopify theme push --unpublished",
"vite:watch": "cross-env NODE_ENV=development vite",
"vite:build": "cross-env NODE_ENV=production vite build",
"shopify:dev": "shopify theme dev --poll --live-reload=\"hot-reload\" --notify=/tmp/theme.update --theme-editor-sync -e development",
"shopify:pull": "shopify theme pull",
"shopify:pull-dev": "shopify theme pull -d"
},
"devDependencies": {
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/focus": "^3.14.1",
"@alpinejs/morph": "^3.14.1",
"@by-association-only/vite-plugin-shopify-clean": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"liquid-ajax-cart": "^2.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.13",
"vite": "^5.4.7",
"vite-plugin-shopify": "^3.0.1"
},
"dependencies": {
"vite-plugin-page-reload": "^0.2.0"
}
}