mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 20:00:40 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "elegant-nnw",
|
|
"version": "0.1.6",
|
|
"packageManager": "pnpm@8.6.7",
|
|
"description": "Elegant theme for NetNewsWire",
|
|
"author": {
|
|
"name": "Chang Jun",
|
|
"email": "52chinaweb@gmail.com",
|
|
"url": "https://52chinaweb.com/"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/ChangJun2019/elegant-nnw",
|
|
"keywords": [
|
|
"theme",
|
|
"nnw",
|
|
"netnewswire",
|
|
"light",
|
|
"dark"
|
|
],
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development unocss --watch",
|
|
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
|
"fix": "stylelint \"**/*.css\"",
|
|
"release": "bumpp --commit --tag --push"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.39.7",
|
|
"@iconify-json/carbon": "^1.1.18",
|
|
"@types/node": "^20.4.1",
|
|
"@unocss/eslint-config": "^0.53.5",
|
|
"@unocss/preset-icons": "^0.53.5",
|
|
"bumpp": "^9.1.1",
|
|
"clean-css": "^5.3.2",
|
|
"compressing": "^1.9.0",
|
|
"consola": "^3.2.3",
|
|
"eslint": "^8.44.0",
|
|
"esno": "^0.16.3",
|
|
"mkdirp": "^3.0.1",
|
|
"rimraf": "^5.0.1",
|
|
"stylelint": "^15.10.1",
|
|
"stylelint-config-standard": "^34.0.0",
|
|
"typescript": "^5.1.6",
|
|
"unocss": "^0.53.5"
|
|
}
|
|
}
|