Files
AVEF/package.json

24 lines
633 B
JSON

{
"name": "PetitTeton",
"private": true,
"scripts": {
"start": "meteor run",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
},
"dependencies": {
"@babel/runtime": "latest",
"canvas-png-compression": "0.0.3",
"csv-parse": "latest",
"dragula": "^3.7.2",
"gridfs-stream": "^1.1.1",
"jimp": "^0.3.8",
"jquery": "^3.1.1",
"jquery-mousewheel": "^3.1.13",
"malihu-custom-scrollbar-plugin": "latest",
"meteor-node-stubs": "^0.4.1",
"properties-reader": "0.0.15",
"simpl-schema": "^1.5.3",
"sweetalert2": "^6.11.5"
}
}