-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 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
{
"name": "node",
"version": "1.1,2",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "tsc -p .",
"watch": "tsc -w -p .",
"debug": "nodemon --watch ./dist --inspect=0.0.0.0:9222 --nolazy ./dist/server.js",
"docker-debug": "docker-compose up",
"build": "npm install && cd app && npm install",
"run:dev:app": "cd app && ng build --output-path ../dist --watch",
"build:prod:app": "cd app && ng build --preserve-symlinks --output-path ../dist --prod",
"run:dev:server": "CONFIG_PATH=./env.dev.json BASE_DOMAIN_URL=http://localhost:3000 node startup.js",
"start": "node startup.js "
},
"author": "",
"license": "ISC",
"dependencies": {
"@decorators/di": "^1.0.2",
"@types/es6-promise": "^3.3.0",
"@types/mysql": "^2.15.4",
"arraybuffer-to-string": "^1.0.2",
"bluebird": "^3.5.1",
"bootstrap": "^4.1.3",
"bufferutil": "^4.0.0",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"franz-kafka": "^0.7.5",
"gijgo-angular-wrappers": "^1.9.8",
"http": "0.0.0",
"joi": "^13.3.0",
"jsonsql": "^0.2.5",
"jsonwebtoken": "^8.2.1",
"kafka-node": "^2.6.1",
"kafka-node-topic-consumer": "^0.3.5",
"moment": "^2.22.2",
"mysql": "github:mysqljs/mysql",
"mysql2": "^1.6.4",
"node-mysql": "^0.4.2",
"nodemon": "^1.11.0",
"open-iconic": "^1.1.1",
"papaparse": "^5.3.0",
"passport": "^0.4.0",
"passport-google-oauth2": "^0.1.6",
"passport-local": "^1.0.0",
"request": "^2.87.0",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"sequelize": "^4.41.2",
"socket.io": "^2.1.0",
"socket.io-redis": "^5.2.0",
"sqlite3": "^4.0.0",
"superagent": "^4.0.0-beta.5",
"threads": "^0.12.0",
"typescript": "^2.9.2",
"webworker-threads": "^0.7.16",
"xtend": "^4.0.1"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/node": "^6.0.110",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.17",
"ts-node": "^6.2.0"
}
}