forked from james0r/slayed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.74 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.74 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": "concurrently --raw --kill-others --passthrough-arguments \"npm run shopify:dev {@}\" \"npm run 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 --live-reload full-page --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.13.10",
"@alpinejs/focus": "^3.13.10",
"@alpinejs/morph": "^3.13.10",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"alpinejs": "^3.13.10",
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"liquid-ajax-cart": "^2.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11",
"vite-plugin-shopify": "^3.0.1"
}
}