forked from TrellisCommerce/shopify-tailwind-starter-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.17 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
{
"name": "dawn-tailwind-starter",
"version": "1.0.0",
"description": "[![Build status](https://github.com/shopify/dawn/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Shopify/dawn/actions/workflows/ci.yml?query=branch%3Amain) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=informational)](/.github/CONTRIBUTING.md)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmegalo/dawn-tailwind-starter.git"
},
"author": "Trellis",
"license": "ISC",
"bugs": {
"url": "https://github.com/cmegalo/dawn-tailwind-starter/issues"
},
"homepage": "https://github.com/cmegalo/dawn-tailwind-starter#readme",
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18"
},
"dependencies": {
"@trelliscommerce/prettier-config": "^1.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6"
},
"prettier": "@trelliscommerce/prettier-config",
"lint-staged": {
"*.{js,css}": "prettier --write"
}
}