Copied starter Meteor App files.
Cut and paste of the BasicMeteorApp.
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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": "^7.0.0-beta.38",
|
||||
"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.2.4",
|
||||
"properties-reader": "0.0.15",
|
||||
"simpl-schema": "latest",
|
||||
"sweetalert2": "^6.3.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user