-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.81 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "packer-blank-tailwind2",
"version": "1.0.0",
"description": "Blank starting point with tailwind 2 and all the required files to upload to Shopify using Packer",
"main": "index.js",
"keywords": [
"shopify",
"tailwind",
"tailwind2",
"tailwindcss",
"packer",
"theme"
],
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "https://github.com/hayes0724/packer-blank-tailwind2"
},
"scripts": {
"start": "packer start",
"watch": "packer start --skipFirstDeploy",
"build": "packer build",
"analyze": "packer build --analyze",
"deploy": "packer build && packer deploy",
"download": "packer download",
"zip": "packer build && packer zip",
"lint": "packer lint",
"format": "packer format"
},
"author": "Hayes Marketing Inc",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.9",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@shopify/babel-preset": "^23.1.0",
"eslint-plugin-shopify": "^35.1.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-shopify": "^7.4.0",
"stylelint-scss": "^3.18.0"
},
"changelog": {
"repo": "@hayes0724/packer-blank-theme",
"labels": {
"feat": ":rocket: Feature",
"fix": ":bug: Bug Fix",
"docs": ":memo: Documentation",
"test": ":memo: Tests",
"build": ":memo: Build",
"refactor": ":memo: Refactor",
"style": ":memo: Style",
"internal": ":house: Internal",
"config": ":wrench Config"
},
"cacheDir": ".changelog"
}
}