-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.28 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
40
41
42
43
{
"name": "financialTech",
"version": "1.0.0",
"description": "A personal finance application that integrates with Canadian banks.",
"main": "server.js",
"scripts": {
"start": "nodemon server",
"server": "node server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Sid",
"dependencies": {
"@material-ui/core": "^4.8.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"config": "^3.2.4",
"express": "^4.17.1",
"express-validator": "^6.3.0",
"gravatar": "^1.8.0",
"http-proxy-middleware": "^0.20.0",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"logrocket": "^1.0.6",
"moment": "^2.24.0",
"mongoose": "^5.8.1",
"plaid": "^4.3.0",
"react-dom": "^16.12.0",
"react-moment": "^0.9.7",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"recharts": "^2.0.0-beta.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"concurrently": "^5.0.1",
"nodemon": "^2.0.2"
}
}