Created
April 27, 2019 13:54
-
-
Save principalweb/2bc3f1b2780d870f2a9d825c8f935132 to your computer and use it in GitHub Desktop.
Angular project package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "lilypadv2", | |
"version": "0.0.0", | |
"license": "MIT", | |
"scripts": { | |
"ng": "ng", | |
"start": "node server.js", | |
"build:dev": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build && gzipper --verbose ./dist && node version-update.js", | |
"build:prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod && node version-update.js", | |
"test": "ng test", | |
"lint": "ng lint", | |
"dev-start": "ng serve", | |
"e2e": "ng e2e", | |
"heroku-postbuild": "npm run build:dev", | |
"analyze": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod --build-optimizer --stats-json && webpack-bundle-analyzer dist/stats.json" | |
}, | |
"private": true, | |
"dependencies": { | |
"@amcharts/amcharts3-angular": "^2.0.3", | |
"@angular/animations": "^5.2.4", | |
"@angular/cdk": "^5.1.1", | |
"@angular/cli": "~1.7.3", | |
"@angular/common": "^5.2.4", | |
"@angular/compiler": "^5.2.4", | |
"@angular/compiler-cli": "5.2.4", | |
"@angular/core": "^5.2.4", | |
"@angular/forms": "^5.2.4", | |
"@angular/http": "^5.2.4", | |
"@angular/material": "^5.1.1", | |
"@angular/platform-browser": "^5.2.4", | |
"@angular/platform-browser-dynamic": "^5.2.4", | |
"@angular/router": "^5.2.4", | |
"@ng-bootstrap/ng-bootstrap": "^1.0.0", | |
"@ngx-pwa/local-storage": "^5.3.0", | |
"@nicky-lenaers/ngx-scroll-to": "^0.6.1", | |
"@swimlane/ngx-datatable": "^11.2.0", | |
"amazing-time-picker": "^1.5.3", | |
"amcharts3": "^3.21.13", | |
"angular-2-dropdown-multiselect": "1.5.4", | |
"angular-froala-wysiwyg": "^2.7.5", | |
"angular2-datatable": "^0.6.0", | |
"angular2-json2csv": "^1.1.2", | |
"angular2-notifications": "^0.9.7", | |
"angular2-text-mask": "^8.0.5", | |
"bootstrap": "^3.3.7", | |
"classlist.js": "^1.1.20150312", | |
"compression": "^1.7.4", | |
"core-js": "^2.4.1", | |
"file-saver": "^1.3.8", | |
"floating-scroll": "^3.0.3", | |
"font-awesome": "^4.7.0", | |
"fullcalendar": "^3.6.1", | |
"hammerjs": "^2.0.8", | |
"heroku-ssl-redirect": "0.0.4", | |
"leaflet": "^1.3.1", | |
"leaflet-geosearch": "^2.7.0", | |
"leaflet.markercluster": "^1.3.0", | |
"lodash": "^4.17.5", | |
"moment": "^2.20.1", | |
"multi-download": "^2.0.1", | |
"ng-drag-drop": "^4.0.1", | |
"ng-fullcalendar": "^1.5.6", | |
"ng-lazyload-image": "^3.4.2", | |
"ng-pick-datetime": "^5.2.6", | |
"ng2-accordion": "0.0.15", | |
"ng2-daterangepicker": "^2.0.12", | |
"ng2-tooltip-directive": "^2.1.5", | |
"ngx-carousel": "^1.3.5", | |
"ngx-clipboard": "^9.1.3", | |
"ngx-lightbox": "^1.1.0", | |
"ngx-linkifyjs": "^1.3.0", | |
"ngx-slick-carousel": "^0.4.4", | |
"ngx-sortable": "^1.0.1", | |
"perfect-scrollbar": "^1.4.0", | |
"rxjs": "^5.5.6", | |
"slick-carousel": "^1.8.1", | |
"socket.io": "^2.1.1", | |
"socket.io-client": "^2.1.1", | |
"time-ago-pipe": "^1.3.2", | |
"xlsx": "^0.13.0", | |
"zone.js": "^0.8.19" | |
}, | |
"devDependencies": { | |
"@angular/language-service": "5.2.4", | |
"@types/file-saver": "^1.3.0", | |
"@types/jasmine": "~2.8.3", | |
"@types/jasminewd2": "~2.0.2", | |
"@types/lodash": "^4.14.102", | |
"@types/node": "^9.4.2", | |
"codelyzer": "~4.1.0", | |
"gzipper": "^2.5.1", | |
"jasmine-core": "~2.8.0", | |
"jasmine-spec-reporter": "~4.2.1", | |
"karma": "^2.0.5", | |
"karma-chrome-launcher": "~2.2.0", | |
"karma-coverage-istanbul-reporter": "^1.2.1", | |
"karma-jasmine": "~1.1.0", | |
"karma-jasmine-html-reporter": "^0.2.2", | |
"protractor": "^5.4.0", | |
"ts-node": "~4.1.0", | |
"tslint": "~5.9.1", | |
"typescript": "~2.5.3", | |
"webpack-bundle-analyzer": "^3.3.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment