hexo-theme-ayer/package.json
2020-08-24 21:29:28 +08:00

36 lines
962 B
JSON

{
"name": "hexo-theme-ayer",
"version": "1.8.3",
"description": "a clean and elegant theme for hexo.",
"scripts": {
"dev": "parcel serve source-src/main.js -d source/dist",
"build": "rimraf source/dist && parcel build source-src/main.js -d source/dist --no-source-maps",
"postinstall": "node ./move_config.js"
},
"source": "source-src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Shen-Yu/hexo-theme-ayer.git"
},
"keywords": [
"hexo",
"theme",
"blog",
"ayer"
],
"author": "Shen-Yu <shenyu@hotmail.com>",
"license": "SATA",
"bugs": {
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues",
"email": "shenyu@hotmail.com"
},
"homepage": "https://shen-yu.gitee.io/",
"devDependencies": {
"autoprefixer": "^9.7.4",
"parcel-bundler": "^1.12.4",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"postcss-modules": "^1.5.0"
},
"dependencies": {}
}