This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
{
"name": "bloatly-mcbloatface",
"private": true,
"scripts": {
"preget-hn-data": "npm run compile-scripts",
"get-hn-data": "node scripts/hn.js",
"compile-scripts": "npx tsc --project scripts/tsconfig.json --listEmittedFiles",
"dev": "./bin/webpack-dev-server",
"prod": "npm run prod-build && npm run prod-server",
"prod-build": "RAILS_ENV=production rails assets:precompile",
"prod-server": "RAILS_ENV=production RAILS_SERVE_STATIC_FILES=true rails server",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@angular/animations": "^5.2.9",
"@angular/cdk": "^5.2.4",
"@angular/cli": "^6.0.0",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/material": "^5.2.4",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@rails/webpacker": "^4.0.0-pre.2",
"@types/node": "^9.6.2",
"@types/underscore": "^1.8.8",
"core-js": "^2.5.5",
"html-loader": "^0.5.5",
"mdbootstrap": "^4.5.0",
"moment": "^2.22.0",
"node-fetch": "^2.1.2",
"rxjs": "^5.5.8",
"ts-loader": "^4.2.0",
"typescript": "^2.8.1",
"underscore": "^1.8.3",
"unsplash-js": "^4.8.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11",
"workbox-webpack-plugin": "^3.0.1",
"zone.js": "^0.8.26",
"snyk": "^1.121.0"
},
"snyk": true
}