@agendize/vue-settings
Version:
Vue agendize's settings component
90 lines (89 loc) • 2.95 kB
JSON
{
"name": "@agendize/vue-settings",
"private": false,
"version": "1.19.0",
"description": "Vue agendize's settings component",
"type": "module",
"keywords": [
"agendize",
"settings",
"vue"
],
"homepage": "https://github.com/agendize/vue-settings",
"bugs": {
"url": "https://github.com/agendize/vue-settings/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agendize/vue-settings.git"
},
"license": "Apache-2.0",
"author": "David Tant",
"main": "./dist/vue-settings.umd.js",
"module": "./dist/vue-settings.es.js",
"unpkg": "./dist/vue-settings.min.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"exports": {
".": {
"import": "./dist/vue-settings.es.js",
"require": "./dist/vue-settings.umd.js",
"style": "./dist/style.css"
}
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js build --base=/settings/ && vue-tsc --emitDeclarationOnly",
"build-quick": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js build",
"preview": "vite preview",
"test": "vitest run --coverage",
"publish-public": "npm publish --access=public",
"publish-beta": "npm publish --access=public --tag=beta",
"clean": "npx rimraf dist && npx rimraf node_modules/@agendize && npx rimraf package-lock.json",
"full-publish-beta": "npx validate-branch-name -t master && git pull && npm run clean && npm install && npm run build && npm run publish-beta"
},
"dependencies": {
"@agendize/az-i18n": "workspace:*",
"@agendize/design-system": "workspace:*",
"@agendize/js-calendar-api": "workspace:*",
"@agendize/vue-acl": "workspace:*",
"@agendize/vue-form": "workspace:*",
"@agendize/vue-search": "workspace:*",
"@agendize/vue-tools": "workspace:*",
"i18n-iso-countries": "^7.5.0",
"libphonenumber-js": "^1.10.*",
"luxon": "^3.3.0",
"pinia": "^2.1.7",
"timezones-list": "^3.0.1",
"vue-tel-input": "^6.0.5",
"vue-toastification": "^2.0.0-rc.5",
"vuejs-confirm-dialog": "^0.5.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "7.21.3",
"@pinia/testing": "^0.1.3",
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
"@types/luxon": "^3.3.1",
"@types/node": "^18.6.3",
"@types/ws": "^8.5.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.2.7",
"vite-plugin-chunk-split": "^0.4.7",
"flush-promises": "^1.0.2",
"postcss": "^8.4.21",
"sass": "^1.55.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"vite": "^3.1.8",
"vitest": "^0.33.0",
"vue": "3.3.13",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.5",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^0.29.8"
}
}