Skip to content

Commit

Permalink
reqstore format - deconding works
Browse files Browse the repository at this point in the history
  • Loading branch information
dos65 committed Mar 1, 2019
1 parent f34584d commit db07b44
Show file tree
Hide file tree
Showing 6 changed files with 22,109 additions and 5 deletions.
86 changes: 86 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"start": "npm run sprites && ng serve",
"build": "npm run sprites && ng build",
"test": "ng test",
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"e2e": "ng e2e",
"build-prod": "ng test --watch=false --browsers=ChromeHeadlessCI && npm run sprites && ng build --prod",
Expand All @@ -41,6 +42,7 @@
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"@types/elasticsearch": "^5.0.22",
"@types/long": "^4.0.0",
"angular2-moment": "^1.6.0",
"chart.js": "^2.7.2",
"core-js": "^2.5.0",
Expand All @@ -53,6 +55,7 @@
"ng2-charts": "^1.6.0",
"ng2-codemirror": "^1.1.3",
"ng2-select": "^1.2.0",
"protobufjs": "^6.8.8",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.3.3",
"stream-http": "^3.0.0",
Expand All @@ -66,7 +69,7 @@
"@types/highcharts": "^5.0.22",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/node": "^8.9.5",
"codelyzer": "~4.2.1",
"eslint": "^4.11.0",
"eslint-plugin-typescript": "^0.8.1",
Expand Down
Loading

0 comments on commit db07b44

Please sign in to comment.