forked from wesselvanree/shopify-theme-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 821 Bytes
/
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
{
"name": "shopify-theme-tailwindcss",
"version": "2.2.1",
"description": "A starting point for an Online Store 2.0 theme using Tailwind CSS",
"private": true,
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"shopify": "cd shopify && shopify theme dev",
"install-theme": "ts-node scripts/install-theme.ts --repo=https://github.com/Shopify/dawn.git"
},
"keywords": [
"Shopify Theme",
"Online Store 2.0"
],
"author": "Wessel van Ree <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/shelljs": "^0.8.11",
"autoprefixer": "^10.4.13",
"fast-glob": "^3.2.12",
"postcss": "^8.4.18",
"shelljs": "^0.8.5",
"tailwindcss": "^3.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.2.1"
}
}