alpha-version-dce-check-in-ui
Version:
UI for taking attendance and checking people in.
67 lines (66 loc) • 2.02 kB
JSON
{
"name": "alpha-version-dce-check-in-ui",
"version": "0.11.1",
"description": "UI for taking attendance and checking people in.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --runInBand",
"sync:api": "rsync -r src/shared/ ../dce-check-in-api/src/shared",
"build": "rm -rf dist && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/dce-check-in.git"
},
"keywords": [
"education",
"edtech",
"harvard",
"dce"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/dce-check-in/issues"
},
"homepage": "https://github.com/harvard-edtech/dce-check-in",
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/express": "^4.17.13",
"@types/jest": "^29.5.3",
"@types/qrcode": "^1.5.1",
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"dce-live-grouper": "^2.0.4",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^28.1.3",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.69.5",
"ts-jest": "^29.1.1",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "^x.x.x"
}
}