2019-12-03 11:37:44 +00:00
|
|
|
{
|
2020-08-24 04:20:00 +00:00
|
|
|
"name": "hexo-theme-ayer",
|
2022-02-24 09:18:36 +00:00
|
|
|
"version": "1.9.7-0",
|
2020-03-02 11:32:14 +00:00
|
|
|
"description": "a clean and elegant theme for hexo.",
|
|
|
|
"scripts": {
|
2021-05-29 02:57:34 +00:00
|
|
|
"dev": "rollup -c -w",
|
|
|
|
"build": "rollup -c",
|
2021-03-11 06:48:59 +00:00
|
|
|
"test": "stylint source-src/css/style.styl -c .stylintrc"
|
2020-03-02 11:32:14 +00:00
|
|
|
},
|
|
|
|
"source": "source-src/main.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-03-19 14:55:03 +00:00
|
|
|
"url": "git+https://git.lp76.ru/aleks/hexo-theme-ayer.git"
|
2020-03-02 11:32:14 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"theme",
|
|
|
|
"blog",
|
|
|
|
"ayer"
|
|
|
|
],
|
2023-03-19 14:55:03 +00:00
|
|
|
"author": "alkyl1978 <alkyl1978@yandex.ru>",
|
|
|
|
"homepage": "https://lp76.ru/",
|
2020-03-02 11:32:14 +00:00
|
|
|
"devDependencies": {
|
2023-01-20 16:31:12 +00:00
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"rollup": "^2.63.0",
|
|
|
|
"rollup-plugin-styles": "^4.0.0",
|
2021-05-29 02:57:34 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2023-01-20 16:31:12 +00:00
|
|
|
"stylint": "^2.0.0",
|
|
|
|
"stylus": "^0.59.0",
|
|
|
|
"stylus-loader": "^7.1.0"
|
2021-03-11 06:48:59 +00:00
|
|
|
}
|
2020-08-24 04:20:06 +00:00
|
|
|
}
|