2023-03-21 10:49:35 +08:00
|
|
|
{
|
2024-03-24 09:38:04 +08:00
|
|
|
"name": "halo-theme-dream2.0-plus",
|
2024-03-26 18:36:44 +08:00
|
|
|
"version": "1.0.2",
|
2023-03-21 10:49:35 +08:00
|
|
|
"description": "梦之城,童话梦境,动漫类型博客主题。",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "nineya",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-12-29 17:04:21 +08:00
|
|
|
"release": "eslint src/**/*.js && gulp release",
|
|
|
|
"push": "eslint src/**/*.js && gulp push",
|
2023-03-23 18:25:48 +08:00
|
|
|
"zip": "gulp zip",
|
2023-12-29 17:04:21 +08:00
|
|
|
"build": "eslint src/**/*.js && gulp",
|
|
|
|
"lint": "eslint src/**/*.js"
|
2023-03-21 10:49:35 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-03-21 13:54:36 +08:00
|
|
|
"url": "git+https://github.com/nineya/halo-theme-dream2.0.git"
|
2023-03-21 10:49:35 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"halo",
|
|
|
|
"dream",
|
|
|
|
"nineya",
|
|
|
|
"halo-theme",
|
|
|
|
"halo-theme-dream"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-03-21 13:54:36 +08:00
|
|
|
"url": "https://github.com/nineya/halo-theme-dream2.0/issues"
|
2023-03-21 10:49:35 +08:00
|
|
|
},
|
2023-03-21 13:54:36 +08:00
|
|
|
"homepage": "https://github.com/nineya/halo-theme-dream2.0#readme",
|
2023-03-21 10:49:35 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.15.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
|
|
"@babel/preset-env": "^7.15.6",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"babel-loader": "^8.2.3",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-clean": "^0.4.0",
|
|
|
|
"gulp-csso": "^4.0.1",
|
|
|
|
"gulp-gzip": "^1.4.2",
|
|
|
|
"gulp-less": "^5.0.0",
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-uglify": "^3.0.2",
|
|
|
|
"gulp-zip": "^5.1.0",
|
|
|
|
"webpack": "^5.68.0",
|
|
|
|
"webpack-stream": "^7.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"html2canvas": "^1.4.1",
|
|
|
|
"qrcode": "^1.5.1"
|
|
|
|
}
|
|
|
|
}
|