@gramercytech/gx-componentkit
Version:
Vue 3 component library for building kiosk-style applications on the Eventfinity platform
75 lines (74 loc) • 1.92 kB
JSON
{
"name": "@gramercytech/gx-componentkit",
"version": "1.0.23",
"description": "Vue 3 component library for building kiosk-style applications on the Eventfinity platform",
"type": "module",
"main": "dist/gx-componentkit.umd.js",
"module": "dist/gx-componentkit.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:watch": "vite build --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch",
"prepublishOnly": "npm run build"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/gx-componentkit.es.js",
"require": "./dist/gx-componentkit.umd.js"
},
"./style.css": "./dist/gx-componentkit.css"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GramercyTech/gx-componentkit.git"
},
"keywords": [
"vue",
"components",
"kiosk",
"eventfinity",
"ui-library"
],
"author": "Peek",
"license": "ISC",
"peerDependencies": {
"vue": "^3.0.0"
},
"dependencies": {
"@ericblade/quagga2": "^1.8.4",
"@fix-webm-duration/fix": "^1.0.1",
"ajv": "^8.17.0",
"animate.css": "^4.1.1",
"axios": "^1.9.0",
"json-schema-traverse": "^1.0.0",
"qrcode": "^1.5.4",
"quagga2-reader-qr": "^1.1.0",
"rollup-plugin-external-globals": "^0.13.0"
},
"devDependencies": {
"@types/node": "^22.15.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-v8": "^3.2.2",
"@vitest/ui": "^3.2.2",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^17.6.3",
"jsdom": "^26.1.0",
"typescript": "^5.8.0",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.2",
"vue": "^3.5.8",
"vue-tsc": "^2.2.0"
}
}