25 lines
693 B
JSON
25 lines
693 B
JSON
{
|
|
"name": "AVEF",
|
|
"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": "^7.11.2",
|
|
"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": "^10.2.0"
|
|
}
|
|
}
|