Skip to content

Instantly share code, notes, and snippets.

@rightisleft
Created March 7, 2019 22:17
Show Gist options
  • Save rightisleft/82a62e7a822439216948c95fb2589341 to your computer and use it in GitHub Desktop.
Save rightisleft/82a62e7a822439216948c95fb2589341 to your computer and use it in GitHub Desktop.
{
"name": "@pienso/pienso-navigation",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"dist": "ng-packagr -p ng-package.json",
"dist-pack": "rm -rf dist && ng-packagr -p ng-package.json && cd dist/ && npm pack",
"publish": "npm publish dist"
},
"private": true,
"peerDependencies": {
"@angular/common": "^7.2.8",
"@angular/core": "^7.2.8",
"ng-sidebar": "^8.0.0"
},
"devDependencies": {
"lodash": "^4.17.10",
"@angular/animations": "7.2.8",
"@angular/common": "7.2.8",
"@angular/compiler": "7.2.8",
"@angular/core": "7.2.8",
"@angular/forms": "7.2.8",
"@angular/http": "7.2.8",
"@angular/platform-browser": "7.2.8",
"@angular/platform-browser-dynamic": "7.2.8",
"@angular/router": "7.2.8",
"@angular-devkit/build-angular": "~0.11.0",
"@angular/cli": "^7.3.5",
"@angular/compiler-cli": "7.2.8",
"@fortawesome/angular-fontawesome": "0.1.x",
"@fortawesome/fontawesome-svg-core": "1.2.x",
"@fortawesome/pro-light-svg-icons": "5.x",
"@fortawesome/pro-solid-svg-icons": "5.x",
"@ng-bootstrap/ng-bootstrap": "^4.1.0",
"@types/node": "~6.0.60",
"codelyzer": "4.4.2",
"bootstrap": "^4.3.1",
"ng-sidebar": "^8.0.0",
"ng-packagr": "^4.7.1",
"ts-node": "3.3.0",
"tsickle": "^0.34.3",
"tslint": "^5.7.0",
"typescript": "3.2.4",
"zone.js": "^0.8.29"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment