forked from strivedata/shopify-landingpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.25 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
{
"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",
"build": "npx tailwindcss -i assets/app-tailwind.css -o assets/app.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strivedata/shopify-tailwind-starter.git"
},
"author": "Strive",
"license": "ISC",
"bugs": {
"url": "https://github.com/strivedata/shopify-tailwind-starter/issues"
},
"homepage": "https://github.com/strivedata/shopify-tailwind-starter#readme",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"tailwindcss-animated": "^1.0.1"
},
"dependencies": {
"preline": "^1.8.0"
}
}