Skip to content

Instantly share code, notes, and snippets.

@bratelefant
Last active February 5, 2022 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bratelefant/7e3e6dc068d565992b21c3fcbaa3cda3 to your computer and use it in GitHub Desktop.
Save bratelefant/7e3e6dc068d565992b21c3fcbaa3cda3 to your computer and use it in GitHub Desktop.
{
"name": "xxx",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@react-pdf/renderer": "^2.0.15",
"async": "^3.2.0",
"bcrypt": "^5.0.1",
"blob": "^0.1.0",
"date-fns": "^2.19.0",
"docdash": "^1.2.0",
"dtrace-provider": "^0.8.8",
"fast-xml-parser": "^3.19.0",
"file-saver": "^2.0.5",
"final-form": "^4.20.2",
"fs": "0.0.1-security",
"full-icu": "^1.3.4",
"ical-generator": "^2.2.0",
"iconv-lite": "^0.6.3",
"imports": "^1.0.0",
"jsdoc": "^3.6.7",
"jsonpath": "^1.1.1",
"ldapjs": "^2.2.4",
"material-ui-confirm": "^2.1.3",
"meteor-node-stubs": "^1.0.1",
"mui-rte": "^1.29.0",
"node-unifiapi": "https://github.com/bratelefant/node-unifiapi.git",
"qrcode": "^1.4.4",
"react": "^16.13.1",
"react-async": "^10.0.1",
"react-auto-scale": "^1.0.4",
"react-canvas-confetti": "^1.2.1",
"react-confetti": "^6.0.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.3",
"react-qr-image": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-swipeable": "^6.1.2",
"react-swipeable-views": "^0.13.9",
"react-use": "^17.3.1",
"recharts": "^2.0.9",
"simpl-schema": "^1.10.2",
"underscore": "^1.13.1",
"uniforms-bridge-simple-schema": "^3.2.1",
"uniforms-bridge-simple-schema-2": "^3.2.1",
"uniforms-material": "^3.2.1",
"use-error-boundary": "^2.0.6",
"xml2json": "^0.12.0",
"yauzl": "^2.10.0"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment