-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
70
71
72
73
74
{
"name": "pingmeupscotty",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node --inspect=9031 fuse.js",
"service": "ts-node -r tsconfig-paths/register src/pingservice/index.ts",
"server": "ts-node -r tsconfig-paths/register src/server/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lipt0n/pingmeupscotty.git"
},
"keywords": [
"ping",
"node",
"tool"
],
"author": "mjl",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lipt0n/pingmeupscotty/issues"
},
"homepage": "https://github.com/lipt0n/pingmeupscotty#readme",
"dependencies": {
"@types/babel-core": "^6.25.5",
"@types/immutable": "^3.8.7",
"@types/koa": "^2.0.46",
"@types/koa-compress": "^2.0.8",
"@types/koa-logger": "^3.1.0",
"@types/koa-websocket": "^5.0.2",
"@types/moment": "^2.13.0",
"@types/node-sass": "^3.10.32",
"@types/prettier": "^1.13.2",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.9",
"@types/redux-immutable": "^3.0.38",
"@types/redux-saga": "^0.10.5",
"@types/redux-thunk": "^2.1.0",
"@types/typescript": "^2.0.0",
"@types/webfontloader": "^1.6.29",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"buffer-split": "^1.0.0",
"fuse-box": "^3.5.0",
"husky": "^0.14.3",
"immutable": "^3.8.2",
"koa": "^2.5.3",
"koa-compress": "^3.0.0",
"koa-logger": "^3.2.0",
"koa-websocket": "^5.0.1",
"moment": "^2.22.2",
"node-sass": "^4.9.3",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0",
"ts-node": "^7.0.1",
"ts-node-dev": "^1.0.0-pre.30",
"tsconfig-paths": "^3.6.0",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3",
"webfontloader": "^1.6.28"
}
}