lynx/package.json

33 lines
1.0 KiB
JSON
Raw Normal View History

2021-11-01 10:28:09 +08:00
{
"name": "hugo-lynx-theme",
2021-11-06 14:54:59 +08:00
"version": "1.1.0",
2021-11-01 10:28:09 +08:00
"description": "Lynx theme for Hugo",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/lynx/ -p 8008"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpanther/lynx.git"
},
"keywords": [
"hugo",
"hugo-theme",
"tailwind",
"dark-mode"
],
"author": "James Panther",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpanther/lynx/issues"
},
"homepage": "https://github.com/jpanther/lynx#readme",
"devDependencies": {
2022-06-17 08:20:22 +08:00
"@tailwindcss/typography": "^0.5.2",
2022-06-17 08:11:17 +08:00
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
2022-06-17 08:20:22 +08:00
"tailwindcss": "^3.1.3"
2021-11-01 10:28:09 +08:00
}
}