2017-01-15 11:33:37 -08:00
|
|
|
{
|
|
|
|
|
"name": "PetitTeton",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "meteor run",
|
2017-05-09 13:51:26 -07:00
|
|
|
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
|
2017-01-15 11:33:37 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-01-01 11:48:56 -08:00
|
|
|
"@babel/runtime": "^7.2.0",
|
2017-01-15 11:33:37 -08:00
|
|
|
"babel-runtime": "^6.18.0",
|
|
|
|
|
"csv-parse": "latest",
|
2017-02-03 09:20:29 -08:00
|
|
|
"d3": "^4.4.2",
|
2017-05-09 13:51:26 -07:00
|
|
|
"dragula": "^3.7.2",
|
2017-01-17 22:31:43 -08:00
|
|
|
"jquery": "^3.1.1",
|
2017-10-08 08:56:15 -07:00
|
|
|
"jquery-mousewheel": "^3.1.13",
|
|
|
|
|
"malihu-custom-scrollbar-plugin": "latest",
|
2017-01-15 11:33:37 -08:00
|
|
|
"meteor-node-stubs": "^0.2.4",
|
|
|
|
|
"properties-reader": "0.0.15",
|
2017-10-08 08:56:15 -07:00
|
|
|
"simpl-schema": "latest",
|
2017-05-09 13:51:26 -07:00
|
|
|
"sweetalert2": "^6.3.8"
|
2017-01-15 11:33:37 -08:00
|
|
|
}
|
|
|
|
|
}
|