{
  "name": "phanpy",
  "version": "0.1.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js"
  },
  "dependencies": {
    "@github/text-expander-element": "~2.3.0",
    "@github/time-elements": "~4.0.0",
    "autoprefixer": "~10.4.13",
    "fast-blurhash": "~1.1.2",
    "history": "~5.3.0",
    "iconify-icon": "~1.0.2",
    "masto": "~4.9.1",
    "mem": "~9.0.2",
    "preact": "~10.11.3",
    "preact-router": "~4.1.0",
    "react-intersection-observer": "~9.4.1",
    "string-length": "~5.0.1",
    "valtio": "~1.7.6"
  },
  "devDependencies": {
    "@preact/preset-vite": "~2.4.0",
    "@trivago/prettier-plugin-sort-imports": "~4.0.0",
    "postcss": "~8.4.19",
    "postcss-dark-theme-class": "~0.7.3",
    "vite": "3.2.5"
  },
  "postcss": {
    "plugins": {
      "postcss-dark-theme-class": {},
      "autoprefixer": {}
    }
  }
}