2018-07-30 14:15:39 -07:00
|
|
|
{
|
|
|
|
|
"name": "PetitTeton",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "meteor run",
|
2019-01-06 10:43:33 -08:00
|
|
|
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../",
|
|
|
|
|
"mongodump": "mongodump -h 127.0.0.1 --port 3001 -d meteor"
|
2018-07-30 14:15:39 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2018-12-12 11:04:00 -08:00
|
|
|
"@babel/runtime": "latest",
|
|
|
|
|
"canvas-png-compression": "0.0.3",
|
2018-07-30 14:15:39 -07:00
|
|
|
"csv-parse": "latest",
|
|
|
|
|
"dragula": "^3.7.2",
|
2018-12-12 11:04:00 -08:00
|
|
|
"gridfs-stream": "^1.1.1",
|
|
|
|
|
"jimp": "^0.3.8",
|
2018-07-30 14:15:39 -07:00
|
|
|
"jquery": "^3.1.1",
|
|
|
|
|
"jquery-mousewheel": "^3.1.13",
|
|
|
|
|
"malihu-custom-scrollbar-plugin": "latest",
|
2018-08-17 11:24:00 -07:00
|
|
|
"meteor-node-stubs": "^0.4.1",
|
2018-07-30 14:15:39 -07:00
|
|
|
"properties-reader": "0.0.15",
|
2018-08-17 11:24:00 -07:00
|
|
|
"simpl-schema": "^1.5.3",
|
|
|
|
|
"sweetalert2": "^6.11.5"
|
2018-07-30 14:15:39 -07:00
|
|
|
}
|
|
|
|
|
}
|