2019-12-03 11:37:44 +00:00
|
|
|
{
|
2020-03-02 11:32:14 +00:00
|
|
|
"name": "ayer",
|
2020-08-15 15:29:17 +00:00
|
|
|
"version": "1.8.0",
|
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-04-15 08:30:10 +00:00
|
|
|
"build": "rimraf source/dist && parcel build source-src/main.js -d source/dist --no-source-maps"
|
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"
|
|
|
|
],
|
|
|
|
"author": "Shen-Yu",
|
2020-08-04 05:23:38 +00:00
|
|
|
"license": "SATA",
|
2020-03-02 11:32:14 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues"
|
|
|
|
},
|
|
|
|
"homepage": ".",
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^9.7.4",
|
|
|
|
"parcel-bundler": "^1.12.4",
|
2020-08-20 14:05:41 +00:00
|
|
|
"parcel-plugin-bundle-visualiser": "^1.2.0",
|
2020-03-02 11:32:14 +00:00
|
|
|
"postcss-modules": "^1.5.0"
|
|
|
|
},
|
|
|
|
"dependencies": {}
|
2020-08-04 05:23:38 +00:00
|
|
|
}
|