-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 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
75
76
{
"name": "sslscrapper",
"version": "0.1.0",
"description": "",
"main": "index.js",
"license": "ISC",
"scripts": {
"build": "webpack -p",
"start": "node server.js | bunyan",
"migrate": "sequelize db:migrate | bunyan",
"server-start": "nodemon server.js | bunyan --output short --color",
"client-start": "webpack -d --watch",
"dev-start": "concurrently --kill-others \"npm run server-start\" \"npm run client-start\""
},
"dependencies": {
"@angular/common": "^8.1.2",
"@angular/compiler": "^8.1.2",
"@angular/core": "^8.1.2",
"@angular/forms": "^8.1.2",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^8.1.2",
"@angular/platform-browser-dynamic": "^8.1.2",
"@angular/router": "^8.1.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@types/node": "^12.6.8",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^5.2.1",
"azure-cognitiveservices-websearch": "^2.0.0",
"bcrypt": "^3.0.6",
"bluebird": "^3.5.5",
"bunyan": "^1.8.12",
"compression-webpack-plugin": "^3.0.0",
"construx": "^1.0.1",
"construx-copier": "^1.0.0",
"copy-webpack-plugin": "^5.0.3",
"core-js": "^2.5.7",
"cors": "^2.8.5",
"css-loader": "^3.1.0",
"email-crawler": "^1.0.4",
"eslint": "^6.0.1",
"express": "^4.17.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"kraken-js": "^2.2.0",
"linkifyjs": "^2.1.8",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"mongoose": "^5.6.5",
"mongoose-unique-validator": "^2.0.3",
"ms-rest-azure": "^3.0.0",
"ngx-device-detector": "^1.3.20",
"node-bing-api": "^4.0.1",
"node-sass": "^4.12.0",
"node-ssllabs": "^1.1.2",
"raw-loader": "^3.0.0",
"rxjs": "^6.5.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"to-string-loader": "^1.1.5",
"typescript": "^3.5.3",
"webpack": "^4.30.0",
"website-scraper": "^4.0.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"concurrently": "^4.1.1",
"mocha": "^6.1.4",
"nodemon": "^1.19.1",
"supertest": "^4.0.2",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack-cli": "^3.3.0"
}
}