-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "geocash",
"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-beta.55",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"dotenv": "^6.0.0",
"envvar": "^2.0.0",
"express": "^4.16.3",
"history": "^4.7.2",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.2",
"mongo": "^0.1.0",
"mongodb": "^3.1.6",
"npm": "^6.4.1",
"plaid": "^2.8.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-google-maps": "^9.4.5",
"react-icons": "^3.0.5",
"react-plaid-link": "^1.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}