{
  "name": "@bylin/typecho-theme-sagiri",
  "version": "1.3.7",
  "description": "Lovely theme for Typecho.",
  "main": "js/index.min.js",
  "files": [
    "assets/",
    "js/*.min.js",
    "js/lib/",
    "util/*.min.js",
    "util/**/*.min.js",
    "css/*.min.css",
    "screenshot.png",
    "README.md"
  ],
  "scripts": {
    "start": "gulp start",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shiyiya/typecho-theme-sagiri.git"
  },
  "keywords": [
    "typecho-theme"
  ],
  "author": "shiyiya",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shiyiya/typecho-theme-sagiri/issues"
  },
  "homepage": "https://github.com/shiyiya/typecho-theme-sagiri#readme",
  "browserslist": {
    "production": [
      "last 3 version",
      "ie 10"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.22.1",
    "@babel/preset-env": "^7.22.2",
    "babelify": "^10.0.0",
    "browser-sync": "^2.29.3",
    "browserify": "^17.0.0",
    "browserify-versionify": "^1.0.6",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-dart-sass": "^1.1.0",
    "gulp-rename": "^2.0.0",
    "gulp-uglify": "^3.0.2",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "core-js": "^3.30.2"
  }
}
