diff options
author | amzrk2 | 2020-07-07 21:07:54 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-07 21:07:54 +0800 |
commit | 39b230d730c44e9463c6c83ea7f81851a2048a5b (patch) | |
tree | 738f4cae8dbe6168cd0bb80062328876f094112a /package.json | |
parent | 3bcb20e0a6b04add381c282535dc83b016b98a5c (diff) | |
download | hugo-theme-fuji-39b230d730c44e9463c6c83ea7f81851a2048a5b.tar.gz hugo-theme-fuji-39b230d730c44e9463c6c83ea7f81851a2048a5b.tar.bz2 hugo-theme-fuji-39b230d730c44e9463c6c83ea7f81851a2048a5b.zip |
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 88 |
1 files changed, 45 insertions, 43 deletions
diff --git a/package.json b/package.json index d20dc77..531a545 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,47 @@ { - "name": "hugo-theme-fuji", - "version": "2.1.0", - "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", - "repository": { - "type": "git", - "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" - }, - "keywords": [ - "hugo", - "theme", - "fuji" - ], - "author": "DSRKafuU <mail@amzrk2.cc> (https://blog.amzrk2.cc/)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" - }, - "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", - "devDependencies": { - "@babel/core": "^7.10.2", - "@babel/preset-env": "^7.10.2", - "@primer/css": "14.4.0", - "autoprefixer": "^9.8.0", - "cssnano": "^4.1.10", - "del": "^5.1.0", - "gulp": "^4.0.2", - "gulp-babel": "^8.0.0", - "gulp-postcss": "^8.0.0", - "gulp-rename": "^2.0.0", - "gulp-sass": "^4.1.0", - "gulp-sourcemaps": "^2.6.5", - "gulp-uglify": "^3.0.2", - "node-sass": "^4.14.1", - "npm-run-all": "^4.1.5", - "readable-stream": "^3.6.0", - "uglify-js": "^3.9.4" - }, - "scripts": { - "build": "gulp build", - "devCss": "gulp devCss", - "devJs": "gulp devJs", - "dev": "npm-run-all -p devCss devJs" - } + "name": "hugo-theme-fuji", + "version": "2.1.0", + "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji" + ], + "author": "DSRKafuU <mail@amzrk2.cc> (https://blog.amzrk2.cc/)", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "dependencies": { + "@primer/css": "15.0.0" + }, + "devDependencies": { + "@babel/core": "^7.10.4", + "@babel/preset-env": "^7.10.4", + "autoprefixer": "^9.8.4", + "cssnano": "^4.1.10", + "del": "^5.1.0", + "gulp": "^4.0.2", + "gulp-babel": "^8.0.0", + "gulp-postcss": "^8.0.0", + "gulp-rename": "^2.0.0", + "gulp-sass": "^4.1.0", + "gulp-sourcemaps": "^2.6.5", + "gulp-uglify": "^3.0.2", + "node-sass": "^4.14.1", + "npm-run-all": "^4.1.5", + "readable-stream": "^3.6.0", + "uglify-js": "^3.10.0" + }, + "scripts": { + "build": "gulp build", + "devCss": "gulp devCss", + "devJs": "gulp devJs", + "dev": "npm-run-all -p devCss devJs" + } } |