hexo-theme-ayer/package.json
alleks d67e7b66e4
Some checks failed
continuous-integration/drone/push Build is failing
update
2023-03-19 18:07:20 +03:00

33 lines
777 B
JSON

{
"name": "hexo-theme-ayer",
"version": "1.9.7-0",
"description": "a clean and elegant theme for hexo.",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "stylint source-src/css/style.styl -c .stylintrc"
},
"source": "source-src/main.js",
"repository": {
"type": "git",
"url": "git+https://git.lp76.ru/aleks/hexo-theme-ayer.git"
},
"keywords": [
"hexo",
"theme",
"blog",
"ayer"
],
"author": "alkyl1978 <alkyl1978@yandex.ru>",
"homepage": "https://lp76.ru/",
"devDependencies": {
"autoprefixer": "^10.4.13",
"rollup": "^2.63.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"stylint": "^2.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0"
}
}