-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
69 lines (69 loc) · 1.97 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "forex",
"version": "1.0.0",
"description": "forex",
"main": "",
"scripts": {
"build": "mkdir -p ./public && tsc && browserify ./assets/index.tsx -p [ tsify ] --ignore phantomjs -o ./public/bundle.js && cp ./assets/style.css ./public/",
"start": "node bin/index.js",
"test": "NODE_ENV=test ts-node -d node_modules/tape/bin/tape '**/*.spec.ts'",
"watch": "tsc -w & watchify ./assets/index.tsx --debug -p [ tsify ] --ignore phantomjs -o ./public/bundle.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "0.0.33",
"@types/common-tags": "^1.2.5",
"@types/cookie-parser": "^1.3.30",
"@types/d3-array": "^1.0.6",
"@types/d3-scale": "^1.0.4",
"@types/d3-shape": "^1.0.5",
"@types/express": "https://registry.npmjs.org/@types/express/-/express-4.0.34.tgz",
"@types/ioredis": "0.0.21",
"@types/joi": "^9.0.33",
"@types/react": "^0.14.54",
"@types/react-dom": "^0.14.19",
"@types/request": "0.0.36",
"@types/sinon": "^1.16.34",
"@types/tape": "^4.2.28",
"@types/victory": "^0.9.5",
"common-tags": "^1.4.0",
"d3-array": "^1.0.2",
"d3-scale": "^1.0.4",
"d3-shape": "^1.0.4",
"express": "^4.13.4",
"http-auth": "^2.4.10",
"ib": "^0.1.18",
"ioredis": "^2.4.0",
"joi": "^10.0.5",
"mitm": "^1.3.1",
"node-horseman": "^3.0.1",
"notp": "^2.0.3",
"phantomjs-prebuilt": "^2.1.14",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"request": "^2.72.0",
"sinon": "^1.17.7",
"thirty-two": "^1.0.1",
"ts-node": "^1.7.0",
"tsify": "^2.0.1",
"typescript": "^2.2.1",
"victory": "^0.14.0"
},
"devDependencies": {
"body-parser": "^1.15.1",
"browserify": "^13.1.0",
"cookie-parser": "^1.4.3",
"javascript-state-machine": "^2.3.5",
"tape": "^4.5.1",
"watchify": "^3.7.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
}
}