{
  "name": "@cloudron/pankow",
  "private": false,
  "version": "4.1.12",
  "description": "",
  "main": "index.js",
  "types": "types/index.d.ts",
  "files": [
    "*.css",
    "*.js",
    "components",
    "viewers",
    "types"
  ],
  "scripts": {
    "gallery": "cd gallery && vite",
    "build": "cd gallery && vite build",
    "types": "tsc --allowJs --emitDeclarationOnly --declaration index.js --outDir types --skipLibCheck",
    "prepack": "npm run types"
  },
  "type": "module",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@fontsource/inter": "^5.2.8",
    "@fortawesome/fontawesome-free": "^7.2.0",
    "filesize": "^11.0.17",
    "monaco-editor": "^0.55.1",
    "online-3d-viewer": "^0.18.0"
  },
  "devDependencies": {
    "@highlightjs/vue-plugin": "^2.1.0",
    "@vitejs/plugin-vue": "^6.0.6",
    "highlight.js": "^11.11.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vue": "^3.5.33",
    "vue-router": "^5.0.6"
  }
}
