23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "hugo-w2ng",
|
|
"version": "1.0.0",
|
|
"description": "a hugo theme for wrong.wang",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^1.3.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-reporter": "^6.0.1",
|
|
"tailwindcss": "^1.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"theme",
|
|
"tailwind"
|
|
],
|
|
"author": "Wrong Wang",
|
|
"license": "MIT"
|
|
}
|