Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [babel-loader](https://github.com/babel/babel-loader). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) Updates `babel-loader` from 8.2.3 to 8.3.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.3.0) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: babel-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "yilia",
|
|
"version": "5.1.1",
|
|
"description": "Hexo响应式主题",
|
|
"scripts": {
|
|
"dev": "webpack --progress --mode development",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/litten/hexo-theme-yilia.git"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"blog"
|
|
],
|
|
"author": "litten",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.23.0",
|
|
"leancloud-storage": "^3.7.3",
|
|
"photoswipe": "^4.1.3",
|
|
"qrious": "^4.0.2",
|
|
"scrollreveal": "^4.0.5",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^0.21.1",
|
|
"babel-loader": "8.3.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"css-loader": "^5.2.7",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"postcss-loader": "^6.2.1",
|
|
"sass": "^1.49.9",
|
|
"sass-loader": "^12.6.0",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.70.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"iOS >= 7",
|
|
"Android >= 4",
|
|
"not ie <= 8"
|
|
]
|
|
}
|