-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
44
45
46
{
"name": "tradehub",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "concurrently \"nodemon index.js\" \"cd ClientSide && npm start\"",
"build": "cd clientSide && npm install && npm run build",
"render-postbuild": "cd ClientApp && yarn install && yarn build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5.16.7",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bootstrap": "^5.3.3",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"finnhub": "^1.2.15",
"finviz-screener": "^1.1.3",
"firebase": "^10.13.0",
"jsonwebtoken": "^9.0.2",
"lightweight-charts": "^4.2.0",
"mongoose": "^6.6.1",
"nice-react-ticker": "^2.1.0",
"nodemon": "^3.1.4",
"plotly.js": "^2.34.0",
"polygon": "^1.0.2",
"polygon.io": "^2.1.2",
"react-plotly.js": "^2.6.0",
"react-slick": "^0.30.2",
"recharts": "^2.12.7",
"slick-carousel": "^1.8.1",
"socket.io": "^4.7.5",
"yahoo-stock-api": "^1.1.10"
},
"description": "",
"devDependencies": {
"concurrently": "^8.2.2"
}
}