@idscan/onboarding
Version:
Wrapper of the IDVC library for DIVE Online.
71 lines (70 loc) • 1.96 kB
JSON
{
"name": "@idscan/onboarding",
"version": "2.10.1",
"description": "Wrapper of the IDVC library for DIVE Online.",
"main": "dist/wrapper.umd.js",
"module": "dist/wrapper.es.js",
"type": "module",
"types": "dist/src/Wrapper.d.ts",
"files": [
"dist/**",
".npmignore",
"notes.txt",
"LICENSE.txt",
"README.md"
],
"scripts": {
"start": "vite --host",
"build": "vite build",
"prod": "vite build --mode production",
"pack": "npm pack",
"patch": "npm version patch",
"lint": "eslint \"src/**/*.{js,ts}\" --ignore-pattern \"src/UI/**\"",
"lint:fix": "eslint \"src/**/*.{js,ts}\" --ignore-pattern \"src/UI/**\" --fix",
"minor": "npm version minor",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@idscan/idvc2": "3.8.0",
"qrcode": "^1.5.1",
"regenerator-runtime": "^0.13.11"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.1.2",
"@idscan/eslint-config": "file:src/UI/eslint/eslint-flat",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/html-vite": "^10.3.5",
"@types/qrcode": "^1.5.0",
"eslint-plugin-storybook": "^10.3.5",
"msw": "^2.13.4",
"msw-storybook-addon": "^2.0.7",
"sass": "^1.43.5",
"storybook": "^10.3.5",
"typescript": "^5.0.4",
"vite": "^6.3.5",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vite-plugin-mkcert": "^1.17.9",
"vite-plugin-static-copy": "^3.1.4",
"vite-plugin-string": "^1.2.3"
},
"author": "IDScan.net",
"license": "Apache-2.0",
"keywords": [
"idscan",
"idvc",
"onboarding",
"dvs",
"dive",
"online"
],
"msw": {
"workerDirectory": [
".storybook/public"
]
}
}