smart_garden_server/package.json
2021-10-30 11:16:34 +02:00

36 lines
1.0 KiB
JSON

{
"name": "smart_garden_server",
"private": true,
"scripts": {
"start": "MONGO_URL=mongodb://admin:03112546@mqtt.timovolkmann.de:27017/Smart_Garden meteor run",
"plainstart": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"bootstrap": "^4.5.0",
"bufferutil": "^4.0.1",
"jquery": "^3.4.1",
"lodash": "^4.17.19",
"meteor-node-stubs": "^1.0.0",
"moment": "^2.27.0",
"mongodb": "^3.7.3",
"mqtt": "^4.1.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"recharts": "^1.8.5",
"utf-8-validate": "^5.0.2"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}