UNPKG

ebt-vue3

Version:

Vue3 Library for SuttaCentral Voice EBT-Sites

87 lines (86 loc) 2.43 kB
{ "name": "ebt-vue3", "version": "2.24.21", "description": "Vue3 Library for SuttaCentral Voice EBT-Sites", "author": "Karl Lew", "scripts": { "serve": "vite preview", "build:dist": "scripts/build-dist.sh", "build:docker": "scripts/build-docker.sh", "build:html": "scripts/app-html.sh", "build:messages": "node scripts/build-messages.mjs > src/auto/messages.mjs", "dev": "vite", "eslint": "eslint", "gh-pages": "scripts/gh-pages.sh", "git:commit": "scripts/git-commit.sh", "preview": "vite preview", "push-action": "scripts/push-action", "schedule-action": "scripts/schedule-action", "update:vuetify": "scripts/update-vuetify", "test": "npm run test:verbose", "test:one": "mocha --inline-diffs -g TESTTEST", "test:test": "mocha --config test/mocha-config.json -g TESTTEST", "test:verbose": "mocha --inline-diffs", "test:watch": "mocha -w --inline-diffs", "version": "scripts/version.sh", "vite": "vite", "vite:build": "vite build" }, "main": "src/index.mjs", "module": "index.mjs", "dependencies": { "@mdi/font": "7.0.96", "@sc-voice/ms-dpd": "^2.53.0", "compression": "^1.7.4", "idb-keyval": "^6.2.0", "log-instance": "^1.6.0", "merkle-json": "^2.10.0", "pinia": "^2.0.16", "roboto-fontface": "*", "scv-esm": "^1.115.173", "serve-favicon": "^2.5.0", "uuid": "^9.0.0", "vite-plugin-vuetify": "^2.0.3", "vue": "^3.4.21", "vue-i18n": "^9.10.2", "vue-router": "^4.1.5", "vuetify": "^3.5.11", "webfontloader": "^1.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "ebt-deepl": "^1.29.1", "eslint": "^9.16.0", "esm": "^3.2.25", "execa": "^6.1.0", "fake-indexeddb": "^4.0.0", "json": "^11.0.0", "markdown-it": "^13.0.1", "markdown-it-footnote": "^3.0.3", "memo-again": "^0.10.0", "mocha": "^10.0.0", "mock-local-storage": "^1.1.23", "node-fetch": "^3.2.10", "scv-bilara": "^3.171.4", "should": "^13.2.3", "supertest": "^7.0.0", "ts-import": "^4.0.0-beta.6", "vite": "^5.2.4", "vue-cli-plugin-vuetify": "~2.5.1" }, "bin": {}, "directories": { "test": "test" }, "homepage": "https://github.com/sc-voice/ebt-vue3", "keywords": [ "SuttaCentral", "EBT-Site", "translation", "Voice" ], "license": "MIT", "repository": { "tag": "git" } }