29 lines
775 B
JSON
29 lines
775 B
JSON
{
|
|
"name": "stroll",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "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.0.0",
|
|
"@material-ui/core": "^3.5.1",
|
|
"@material-ui/icons": "^3.0.1",
|
|
"meteor-node-stubs": "^0.4.1",
|
|
"react": "^16.5.0",
|
|
"react-dom": "^16.5.0",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-redux": "^5.1.1",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": "client/main.jsx",
|
|
"server": "server/main.js"
|
|
},
|
|
"testModule": "tests/main.js"
|
|
}
|
|
}
|