{
  "name": "@threefold/playground",
  "version": "2.1.0-rc9",
  "private": true,
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
  },
  "dependencies": {
    "@mdi/font": "^7.2.96",
    "@threefold/grid_client": "^2.1.0-rc9",
    "bip39": "^3.1.0",
    "cryptr": "^6.2.0",
    "decimal.js": "^10.4.3",
    "front-matter": "^4.0.2",
    "highlight.js": "^11.7.0",
    "lodash": "^4.17.21",
    "marked": "^5.0.4",
    "md5": "^2.3.0",
    "mosha-vue-toastify": "^1.0.23",
    "pinia": "^2.0.32",
    "qrcode": "^1.5.1",
    "tf_gridproxy_client": "^1.0.2",
    "tfgrid-gql": "^1.0.1",
    "validator": "^13.9.0",
    "vue": "^3.2.47",
    "vue-router": "^4.1.6",
    "vuetify": "^3.1.15",
    "web-ssh-keygen": "^0.1.2"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.0",
    "@types/lodash": "^4.14.192",
    "@types/marked": "^5.0.0",
    "@types/node": "^18.14.2",
    "@types/qrcode": "^1.5.0",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vue/eslint-config-prettier": "^7.1.0",
    "@vue/eslint-config-typescript": "^11.0.2",
    "@vue/test-utils": "^2.3.0",
    "@vue/tsconfig": "^0.1.3",
    "jsdom": "^21.1.0",
    "npm-run-all": "^4.1.5",
    "sass": "^1.60.0",
    "start-server-and-test": "^2.0.0",
    "typescript": "~4.8.4",
    "vite": "^4.1.4",
    "vite-plugin-node-polyfills": "^0.7.0",
    "vitest": "^0.29.1",
    "vue-tsc": "^1.2.0"
  }
}
