Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f4780d89b3475d12557f50ea409faa15e3b4a4e (plain)
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
{
	"name": "pico-theme",
	"version": "0.0.1",
	"description": "Hugo theme with Tailwindcss",
	"repository": "https://github.com/you/my-site",
	"author": "Alexandre Negrel",
	"license": "MIT",
	"scripts": {
		"start": "hugo --gc"
	},
	"dependencies": {
		"@fullhuman/postcss-purgecss": "^4.0.3",
		"autoprefixer": "^10.2.6",
		"npm-check-updates": "^11.6.0",
		"postcss": "^8.3.2",
		"postcss-cli": "^8.3.1",
		"postcss-import": "^14.0.2",
		"tailwindcss": "^2.1.4"
	},
	"browserslist": [
		"last 1 version",
		"> 1%",
		"maintained node versions",
		"not dead"
	]
}