@idscan/onboarding
Version:
Wrapper of the IDVC library for DIVE Online.
78 lines (77 loc) • 2.46 kB
JSON
{
"name": "@idscan/onboarding",
"version": "2.7.2",
"description": "Wrapper of the IDVC library for DIVE Online.",
"main": "dist/js/wrapper.js",
"types": "dist/@types/src/Wrapper.d.ts",
"files": [
"dist/**",
".npmignore",
"notes.txt",
"LICENSE.txt",
"README.md"
],
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack build --mode development --progress --stats-children",
"prod": "webpack build --mode production --progress --stats-children",
"pack": "npm pack",
"patch": "npm version patch",
"minor": "npm version minor"
},
"dependencies": {
"@idscan/idvc2": "2.12.2",
"core-js": "^3.30.0",
"qrcode": "^1.5.1",
"regenerator-runtime": "^0.13.11"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.18.6",
"@types/qrcode": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-object-hasown": "^1.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^3.1.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"raw-loader": "^4.0.2",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"author": "IDScan.net",
"license": "Apache-2.0",
"keywords": [
"idscan",
"idvc",
"onboarding",
"dvs",
"dive",
"online"
]
}