Files
AVEF/package.json

25 lines
698 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 ../",
"mongodump": "mongodump -h 127.0.0.1 --port 3001 -d meteor"
},
"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"
}
}