mirror of https://gitlab.com/curben/blog
parent
6b71cb0ad6
commit
9f4b85d636
|
@ -1,11 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-typing",
|
"name": "hexo-theme-typing-curben",
|
||||||
"description": "a pure and fresh Hexo theme.",
|
"description": "a pure and fresh Hexo theme. modified for curben/blog.",
|
||||||
"version": "1.5.1",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
|
||||||
"test": "test"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hexo",
|
"hexo",
|
||||||
"theme",
|
"theme",
|
||||||
|
@ -16,16 +12,20 @@
|
||||||
"email": "geekplux@gmail.com",
|
"email": "geekplux@gmail.com",
|
||||||
"url": "github.com/geekplux"
|
"url": "github.com/geekplux"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/geekplux/hexo-theme-typing.git"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gitment": "^0.0.3",
|
"gitment": "^0.0.3",
|
||||||
"normalize.css": "^4.2.0",
|
"normalize.css": "^8.0.0",
|
||||||
"typo.css": "^2.1.2"
|
"typo.css": "^2.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cssnano": "^3.7.3",
|
"cssnano": "^4.1.7",
|
||||||
"postcss-cli": "^2.5.2",
|
"postcss-cli": "^6.0.1",
|
||||||
"postcss-import": "^8.1.2",
|
"postcss-import": "^12.0.1",
|
||||||
"precss": "^1.4.0"
|
"precss": "^3.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue