-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.64 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.64 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
40
41
42
43
{
"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.15.3",
"@alpinejs/focus": "^3.15.3",
"@alpinejs/morph": "^3.15.3",
"@shopify/cli": "^3.90.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-basic-ssl": "^2.1.4",
"alpinejs": "^3.15.3",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"liquid-ajax-cart": "^2.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"vite-plugin-page-reload": "^0.2.2",
"vite-plugin-shopify": "^4.1.1"
}
}