@agendize/design-system
Version:
Agendize web design system
95 lines (94 loc) • 2.84 kB
JSON
{
"name": "@agendize/design-system",
"private": false,
"version": "1.41.0",
"description": "Agendize web design system",
"keywords": [
"agendize",
"design system"
],
"homepage": "https://github.com/agendize/design-system",
"bugs": {
"url": "https://github.com/agendize/design-system/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agendize/design-system.git"
},
"license": "Apache-2.0",
"author": "Agendize",
"main": "./dist/design-system.umd.js",
"module": "./dist/design-system.es.js",
"unpkg": "./dist/design-system.min.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"static.html"
],
"exports": {
".": {
"style": "./dist/style.css",
"import": "./dist/design-system.es.js",
"require": "./dist/design-system.umd.js"
}
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build-quick": "vite build",
"build-quick-app": "vite build",
"build": "vitest run --silent && vite build && vue-tsc --emitDeclarationOnly",
"build-visualiser": "vite build --mode visualiser && vue-tsc --emitDeclarationOnly",
"build-app": "vite build && vue-tsc --emitDeclarationOnly",
"preview": "vite preview",
"publish-public": "npm publish --access=public",
"publish-beta": "npm publish --access=public --tag=beta",
"test": "vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/node": "^22.10.7",
"@types/vue-select": "^3.16.8",
"@types/vue-tel-input": "^2.1.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-istanbul": "3.1.3",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "12.4.0",
"autoprefixer": "^10.4.20",
"flush-promises": "^1.0.2",
"postcss": "^8.5.1",
"postcss-prefixer": "^3.0.0",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.0.9",
"vitest": "3.1.3",
"vue-tsc": "2.2.0"
},
"browserslist": [
"> 1%",
"ie > 9"
],
"dependencies": {
"@agendize/az-i18n": "workspace:*",
"@braintree/sanitize-url": "^7.1.1",
"@mapbox/search-js-core": "1.0.0-beta.25",
"@popperjs/core": "^2.11.8",
"@tinymce/tinymce-vue": "^6.1.0",
"@types/luxon": "^3.4.2",
"floating-vue": "^5.2.2",
"i18n-iso-countries": "^7.13.0",
"libphonenumber-js": "^1.11.18",
"luxon": "^3.5.0",
"mapbox-gl": "^3.9.3",
"v-calendar": "^3.1.2",
"vue": "^3.5.13",
"vue-i18n": "11.0.1",
"vue-multiselect": "3.1.0",
"vue-select": "4.0.0-beta.6",
"vue-tel-input": "^9.3.0",
"vue-toastification": "2.0.0-rc.5",
"vue3-infinite-list": "^0.2.5"
}
}