UNPKG

ebt-vue3

Version:

Vue3 Library for SuttaCentral Voice EBT-Sites

103 lines (102 loc) 3.12 kB
{ "name": "ebt-vue3", "version": "2.41.2", "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", "dev:host": "vite --host", "eslint": "eslint . --ext .js,.mjs,.vue", "eslint:fix": "eslint . --ext .js,.mjs,.vue --fix", "format": "prettier --write .", "format:check": "prettier --check .", "type-check": "vue-tsc --noEmit", "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", "test:debug": "mocha --inline-diffs --timeout 10000", "test:coverage": "echo 'Coverage not configured yet'", "version": "scripts/version.sh", "vite": "vite", "vite:build": "vite build", "lint": "npm run eslint && npm run format:check", "lint:fix": "npm run eslint:fix && npm run format" }, "main": "src/index.mjs", "module": "index.mjs", "dependencies": { "@mdi/font": "7.0.96", "@sc-voice/ms-dpd": "^2.54.0", "compression": "^1.7.4", "idb-keyval": "^6.2.0", "log-instance": "^1.8.0", "merkle-json": "^2.13.0", "pinia": "^2.0.16", "roboto-fontface": "*", "scv-esm": "^1.130.0", "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": { "@babel/eslint-parser": "^7.24.0", "@eslint/js": "^9.16.0", "@vitejs/plugin-vue": "^5.0.4", "@vue/tsconfig": "^0.5.1", "ebt-deepl": "^1.58.0", "eslint": "^9.16.0", "eslint-plugin-vue": "^9.28.0", "execa": "^6.1.0", "fake-indexeddb": "^4.0.0", "globals": "^15.12.0", "json": "^11.0.0", "markdown-it": "^13.0.1", "markdown-it-footnote": "^3.0.3", "memo-again": "^0.11.0", "mocha": "^10.0.0", "mock-local-storage": "^1.0.4", "node-fetch": "^3.2.10", "prettier": "^3.3.3", "scv-bilara": "^3.180.0", "should": "^13.2.3", "supertest": "^7.0.0", "typescript": "^5.9.3", "vite": "^6.3.5", "vue-cli-plugin-vuetify": "~2.5.1", "vue-tsc": "^2.1.10" }, "bin": {}, "directories": { "test": "test" }, "homepage": "https://github.com/sc-voice/ebt-vue3", "keywords": [ "SuttaCentral", "EBT-Site", "translation", "Voice" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sc-voice/ebt-vue3" } }