forked from sreenivasdoosa/sdoosa-algo-trade-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "sdoosa-algo-trade-app",
"version": "1.0.0",
"description": "Algorithm based fully automated trading application with multiple broker support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sreenivas Doosa",
"license": "ISC",
"dependencies": {
"@babel/runtime": "=7.4.4",
"async": "=2.6.2",
"body-parser": "=1.19.0",
"create-react-class": "=15.6.3",
"express": "=4.16.4",
"express-session": "=1.16.1",
"fs-extra": "=7.0.1",
"guid": "=0.0.12",
"kiteconnect": "=3.0.2",
"lodash": "=4.17.11",
"passport": "=0.4.0",
"passport-local": "=1.0.0",
"react": "=16.8.6",
"react-dom": "=16.8.6",
"request": "=2.85.0",
"upstox": "=2.0.0",
"uuid": "=3.3.2",
"winston": "=3.2.1"
},
"devDependencies": {
"@babel/core": "=7.4.4",
"@babel/plugin-transform-runtime": "=7.4.4",
"@babel/preset-env": "=7.4.4",
"@babel/preset-react": "=7.0.0",
"babel-eslint": "=10.0.1",
"babelify": "=10.0.0",
"browserify": "=16.2.3",
"eslint": "=5.16.0",
"eslint-plugin-react": "=7.12.4",
"gulp": "=3.9.1",
"gulp-babel": "=8.0.0",
"gulp-clean": "=0.4.0",
"gulp-eslint": "=5.0.0",
"gulp-nodemon": "=2.4.2",
"gulp-watch": "=5.0.1",
"reactify": "=1.1.1",
"vinyl-source-stream": "=2.0.0"
}
}