-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
30 lines (30 loc) · 840 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
30
{
"name": "shopify-theme-tailwindcss",
"version": "2.2.1",
"description": "A starting point for an Online Store 2.0 theme using Tailwind CSS",
"type": "module",
"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.15",
"autoprefixer": "^10.4.19",
"fast-glob": "^3.3.2",
"postcss": "^8.4.38",
"shelljs": "^0.8.5",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.9"
}
}