Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Created February 17, 2019 18:44
Show Gist options
  • Save alexytiger/963194b1945447b7aaedabd76897cad0 to your computer and use it in GitHub Desktop.
Save alexytiger/963194b1945447b7aaedabd76897cad0 to your computer and use it in GitHub Desktop.
Blog = Eth + Ang + MgRx
{
"name": "client-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"clean:dist": "rimraf ./dist/",
"clean:node_modules": "rimraf ./node_modules/"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.1",
"@angular/cdk": "^7.0.1",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/core": "^7.0.1",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/material": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@angular/router": "^7.0.1",
"@ngrx/effects": "^7.0.1",
"@ngrx/entity": "^7.0.1",
"@ngrx/router-store": "^7.0.1",
"@ngrx/store": "^7.0.1",
"@ngrx/store-devtools": "^7.0.1",
"core-js": "^2.6.2",
"ethers": "^4.0.21",
"hammerjs": "^2.0.8",
"ngrx-store-freeze": "^0.2.4",
"rxjs": "^6.4.0",
"truffle-contract": "^4.0.4",
"web3": "1.0.0-beta.37",
"zone.js": "^0.8.28"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^7.0.1",
"@angular-builders/dev-server": "^7.0.1",
"@angular-devkit/build-angular": "^0.12.0",
"@angular/cli": "^7.0.1",
"@angular/compiler-cli": "^7.0.1",
"@angular/language-service": "^7.0.1",
"@types/node": "^10.12.24",
"codelyzer": "^4.5.0",
"rimraf": "^2.6.3",
"ts-node": "~8.0.0",
"tslint": "~5.12.0",
"typescript": "^3.2.4"
}
}
@alexytiger
Copy link
Author

origin check in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment