-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 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
{
"private": true,
"name": "hugo-product-launch",
"version": "1.0.0",
"description": "A Hugo theme for young start-ups, product launches, and »coming soon«-websites. Includes contact form & newsletter sign up via Netlify.",
"main": "postcss.config.js",
"scripts": {
"test": "prettier --check . ",
"format": "prettier --write . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/janraasch/hugo-product-launch.git"
},
"author": {
"name": "Jan Raasch",
"email": "[email protected]",
"url": "https://www.janraasch.com"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/janraasch/hugo-product-launch/issues"
},
"homepage": "https://github.com/janraasch/hugo-product-launch#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"prettier": "^2.2.1",
"prettier-plugin-go-template": "0.0.10",
"tailwindcss": "^2.2.16"
}
}