{
  "name": "downeyrem.github.io",
  "version": "1.0.0",
  "description": "DowneyRem's Blog",
  "homepage": "https://downeyrem.github.io",
  "bugs": {
    "url": "https://github.com/DowneyRem/downeyrem.github.io/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DowneyRem/downeyrem.github.io.git"
  },
  "license": "ISC",
  "author": "DowneyRem",
  "private": true,
  "type": "module",
  "main": "index.js",
  "scripts": {
    "docs:dev": "vitepress dev docs --host",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress build docs && vitepress preview docs"
  },
  "devDependencies": {
    "sass": "^1.89.1"
  },
  "dependencies": {
    "echarts": "^6.0.0",
    "sass": "^1.89.1",
    "sass-embedded": "^1.97.1",
    "vitepress": "^1.6.4",
    "vitepress-plugin-llms": "^1.10.0",
    "vitepress-theme-teek": "^1.5.6",
    "vue": "^3.5.16"
  }
}
