UNPKG

ebt-vue

Version:

Vue/Vuetify component library for EBT-Site

104 lines (103 loc) 2.59 kB
{ "name": "ebt-vue", "version": "1.55.2948", "description": "Vue/Vuetify component library for EBT-Site", "main": "index.js", "public": true, "directories": { "src": "src", "test": "test" }, "dependencies": { "@nuxt/content": "^1.14.0", "core-js": "^3.9.1", "js-ebt": "^1.0.1", "nuxt": "^2.15.8", "oya-ann": "0.5.0", "scv-bilara": "^3.174.53", "scv-esm": "^1.115.534", "vue-cookie": "^1.1.4", "vue-details": "^1.0.9" }, "devDependencies": { "@babel/core": "^7.13.16", "@mdi/js": "^5.8.55", "@nuxtjs/vuetify": "^1.11.3", "axios": "^0.21.4", "express": "^4.17.1", "memo-again": "^0.6.0", "mocha": "^7.1.1", "push-dir": "^0.4.1", "scv-tts": "^1.3.0", "should": "^11.2.0" }, "scripts": { "build": "scripts/build", "schedule-action": "scripts/schedule-action", "push-action": "scripts/push-action", "build:examples": "scripts/js/build.js", "build:routes": "scripts/nuxt-routes.js", "build:generate-dist": "export CI=; echo CI=$CI; nuxt generate", "build:nuxt": "nuxt build", "build:serve": "export CI=; echo CI=$CI; nuxt generate; scripts/serve", "git:commit-version": "scripts/git-commit-version", "test": "npm run test:verbose", "test:action": "scripts/test-action", "test:test": "mocha -w --watch-ignore node_modules,.git,local -R min --inline-diffs -g TEST './@(src|test)/**/*.js'", "test:one": "mocha --inline-diffs -g TESTTEST", "test:verbose": "mocha --inline-diffs", "test:watch": "mocha -w --inline-diffs", "dev": "nuxt", "start": "nuxt start", "version:nuxt": "nuxt --version", "env": "scripts/env", "generate": "npm run build:routes && nuxt generate", "deploy": "scripts/deploy", "deploy:branch": "push-dir --dir=dist --branch=gh-pages --cleanup" }, "repository": { "tag": "git" }, "bin": {}, "keywords": [ "SuttaCentral", "SuttaCentral Voice", "EBT", "Voice", "Buddha", "Pali", "translation", "Javascript", "bilara-data", "Bilara" ], "author": "Karl Lew", "homepage": "https://github.com/ebt-site/ebt-vue", "license": "MIT", "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "eslint:recommended" ], "rules": { "no-console": "off" }, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "peerDependencies": { "vue": "^2.6.12" }, "engines": { "node": ">=14" } }