-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "stonks",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon --ignore res/ --ignore src/client/ --ignore scripts/ --ignore dist/ ./bin/www",
"setup": "npm install && cd client && npm install && npm run build",
"heroku-postbuild": "cd client && npm install && npm run build",
"build": "tsc",
"dev": "tsc-watch --onSuccess \"npm start\""
},
"dependencies": {
"@alpacahq/alpaca-trade-api": "^2.0.0",
"@sendgrid/mail": "^7.4.0",
"@tensorflow/tfjs-node-gpu": "^3.3.0",
"axios": "^0.21.1",
"bson": "^4.2.2",
"child_process": "^1.0.2",
"chromedriver": "^85.0.1",
"connect-mongo": "^4.5.0",
"cookie-parser": "~1.4.4",
"csv": "^5.3.2",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"google-finance": "^0.1.12",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jstat": "^1.9.4",
"mongodb": "^4.1.1",
"mongoose": "^6.0.1",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"object-sizeof": "^1.6.1",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0",
"pusher": "^3.0.1",
"redux-devtools-extension": "^2.13.8",
"save": "^2.4.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"ts-node": "^10.2.1",
"tsc-watch": "^4.5.0",
"typescript": "^4.3.5",
"yahoo-finance": "^0.3.6"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/http-errors": "^1.8.1",
"@types/morgan": "^1.9.3",
"@types/passport": "^1.0.7",
"@types/passport-local-mongoose": "^4.0.15",
"@types/selenium-webdriver": "^4.0.15"
}
}