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.2.3",
|
|
"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"
|
|
]
|
|
}
|