21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"name": "PetitTeton",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
|
|
},
|
|
"dependencies": {
|
|
"1.0": "^1.0.2",
|
|
"babel-runtime": "^6.18.0",
|
|
"csv-parse": "latest",
|
|
"d3": "^4.4.2",
|
|
"dragula": "^3.7.2",
|
|
"jquery": "^3.1.1",
|
|
"meteor-node-stubs": "^0.2.4",
|
|
"properties-reader": "0.0.15",
|
|
"simpl-schema": "0.0.3",
|
|
"sweetalert2": "^6.3.8"
|
|
}
|
|
}
|