-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 941 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 941 Bytes
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
{
"name": "sholpine",
"version": "1.0.0",
"description": "A Shopify Liquid boilerplate, using Alpine.js and Tailwind",
"repository": {
"type": "git",
"url": "https://github.com/owainjones74/sholpine"
},
"keywords": [],
"scripts": {
"dev": "concurrently --raw --kill-others --passthrough-arguments \"npm run shopify:dev {@}\" \"npm run vite:dev\" --",
"shopify:dev": "shopify theme dev --theme-editor-sync",
"vite:dev": "vite",
"build": "vite build"
},
"dependencies": {
"@alpinejs/collapse": "^3.13.3",
"@by-association-only/vite-plugin-shopify-clean": "^1.1.0",
"@shopify/prettier-plugin-liquid": "^1.3.4",
"alpinejs": "^3.13.2",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0",
"vite-plugin-shopify": "^2.2.1"
}
}