Files
AVEF/package.json
Wynne Crisman 2593d0f977 Appreciation Editor Complete / All Others Incomplete
The text editor for the appreciation page is complete, but all other files are empty, besides User Manager.
2018-08-17 11:24:00 -07:00

26 lines
794 B
JSON

{
"name": "PetitTeton",
"private": true,
"scripts": {
"start": "meteor run",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@ckeditor/ckeditor5-build-balloon": "^11.0.1",
"@ckeditor/ckeditor5-build-classic": "^11.0.1",
"@ckeditor/ckeditor5-build-decoupled-document": "^11.0.1",
"@ckeditor/ckeditor5-build-inline": "^11.0.1",
"ckeditor5": "^11.0.1",
"csv-parse": "latest",
"dragula": "^3.7.2",
"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"
}
}