Files
PetitTetonMeteor/package.json

30 lines
788 B
JSON
Raw Normal View History

{
"name": "PetitTeton",
"private": true,
"scripts": {
"start": "meteor run",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"babel-runtime": "^6.18.0",
"csv-parse": "^4.4.6",
"d3": "^4.4.2",
"dom-to-image": "latest",
"dragula": "^3.7.2",
"file-saver": "^2.0.2",
"jquery": "^3.4.1",
"jquery-mousewheel": "^3.1.13",
"jsbarcode": "^3.11.0",
"jspdf": "^1.5.3",
"malihu-custom-scrollbar-plugin": "latest",
"meteor-node-stubs": "^0.4.1",
"properties-reader": "0.0.15",
"puppeteer": "^1.20.0",
"pure-svg-code": "^1.0.6",
"qrcode-svg": "^1.0.0",
"simpl-schema": "latest",
"sweetalert2": "^10.2.0"
}
}