hexo-theme-ayer/package.json

37 lines
1006 B
JSON
Raw Permalink Normal View History

2019-12-03 11:37:44 +00:00
{
2020-08-24 04:20:00 +00:00
"name": "hexo-theme-ayer",
2021-04-09 05:58:21 +00:00
"version": "1.8.18",
2020-03-02 11:32:14 +00:00
"description": "a clean and elegant theme for hexo.",
"scripts": {
2020-03-24 04:51:01 +00:00
"dev": "parcel serve source-src/main.js -d source/dist",
2020-08-24 04:20:00 +00:00
"build": "rimraf source/dist && parcel build source-src/main.js -d source/dist --no-source-maps",
2021-03-11 06:48:59 +00:00
"postinstall": "node ./move_config.js",
"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",
"url": "git+https://github.com/Shen-Yu/hexo-theme-ayer.git"
},
"keywords": [
"hexo",
"theme",
"blog",
"ayer"
],
2020-08-24 04:20:00 +00:00
"author": "Shen-Yu <shenyu@hotmail.com>",
2020-08-04 05:23:38 +00:00
"license": "SATA",
2020-03-02 11:32:14 +00:00
"bugs": {
2020-08-24 04:20:00 +00:00
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues",
"email": "shenyu@hotmail.com"
2020-03-02 11:32:14 +00:00
},
2020-08-24 13:29:28 +00:00
"homepage": "https://shen-yu.gitee.io/",
2020-03-02 11:32:14 +00:00
"devDependencies": {
2020-09-07 10:26:26 +00:00
"autoprefixer": "^9.8.6",
2020-12-31 08:10:38 +00:00
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.5",
2021-03-11 06:48:59 +00:00
"postcss-modules": "^1.5.0",
"stylint": "^2.0.0"
}
2020-08-24 04:20:06 +00:00
}