2021-11-01 10:28:09 +08:00
|
|
|
{
|
|
|
|
"name": "hugo-lynx-theme",
|
2023-09-10 09:02:04 +08:00
|
|
|
"version": "1.3.1",
|
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",
|
2022-06-17 09:03:06 +08:00
|
|
|
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/lynx/ -p 8008",
|
|
|
|
"lighthouse": "lhci autorun"
|
2021-11-01 10:28:09 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2024-03-27 06:33:53 +08:00
|
|
|
"@tailwindcss/typography": "^0.5.11",
|
2023-11-14 06:32:19 +08:00
|
|
|
"prettier": "^3.1.0",
|
2023-08-04 07:51:38 +08:00
|
|
|
"prettier-plugin-go-template": "^0.0.15",
|
2024-04-16 07:31:12 +08:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
2024-05-01 12:20:40 +08:00
|
|
|
"tailwindcss": "^3.4.3"
|
2021-11-01 10:28:09 +08:00
|
|
|
}
|
|
|
|
}
|