mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
6f3ce4059d
Updated various other packages
92 lines
3.1 KiB
JSON
92 lines
3.1 KiB
JSON
{
|
|
"name": "fuse",
|
|
"version": "7.1.0",
|
|
"license": "https://themeforest.net/licenses/terms/regular",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --open",
|
|
"start-hmr": "ng serve --configuration hmr --source-map=false --hmr-warning=false",
|
|
"start-hmr-sourcemaps": "ng serve --configuration hmr --source-map=true --hmr-warning=false",
|
|
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
|
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
|
|
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
|
|
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@agm/core": "1.0.0-beta.5",
|
|
"@angular/animations": "7.2.1",
|
|
"@angular/cdk": "7.2.1",
|
|
"@angular/common": "7.2.1",
|
|
"@angular/compiler": "7.2.1",
|
|
"@angular/core": "7.2.1",
|
|
"@angular/flex-layout": "7.0.0-beta.23",
|
|
"@angular/forms": "7.2.1",
|
|
"@angular/http": "7.2.1",
|
|
"@angular/material": "7.2.1",
|
|
"@angular/material-moment-adapter": "7.2.1",
|
|
"@angular/platform-browser": "7.2.1",
|
|
"@angular/platform-browser-dynamic": "7.2.1",
|
|
"@angular/router": "7.2.1",
|
|
"@ngrx/effects": "7.0.0",
|
|
"@ngrx/router-store": "7.0.0",
|
|
"@ngrx/store": "7.0.0",
|
|
"@ngrx/store-devtools": "7.0.0",
|
|
"@ngx-translate/core": "11.0.1",
|
|
"@swimlane/dragula": "3.7.3",
|
|
"@swimlane/ngx-charts": "10.0.0",
|
|
"@swimlane/ngx-datatable": "14.0.0",
|
|
"@swimlane/ngx-dnd": "6.0.0",
|
|
"@types/prismjs": "1.9.0",
|
|
"angular-calendar": "0.26.4",
|
|
"angular-in-memory-web-api": "0.8.0",
|
|
"chart.js": "2.7.3",
|
|
"classlist.js": "1.1.20150312",
|
|
"core-js": "2.6.2",
|
|
"d3": "5.7.0",
|
|
"date-fns": "1.30.1",
|
|
"hammerjs": "2.0.8",
|
|
"lodash": "4.17.11",
|
|
"moment": "2.23.0",
|
|
"ng2-charts": "1.6.0",
|
|
"ngrx-store-freeze": "0.2.4",
|
|
"ngx-color-picker": "7.3.0",
|
|
"ngx-cookie-service": "2.1.0",
|
|
"perfect-scrollbar": "1.4.0",
|
|
"prismjs": "1.15.0",
|
|
"rxjs": "6.3.3",
|
|
"rxjs-compat": "6.3.3",
|
|
"web-animations-js": "2.3.1",
|
|
"zone.js": "0.8.28"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/cli": "7.2.2",
|
|
"@angular/compiler-cli": "7.2.1",
|
|
"@angular/language-service": "7.2.1",
|
|
"@angular-devkit/build-angular": "0.12.2",
|
|
"@angularclass/hmr": "2.1.3",
|
|
"@types/jasmine": "2.8.14",
|
|
"@types/jasminewd2": "2.0.6",
|
|
"@types/lodash": "4.14.119",
|
|
"@types/node": "8.9.5",
|
|
"codelyzer": "4.5.0",
|
|
"jasmine-core": "2.99.1",
|
|
"jasmine-spec-reporter": "4.2.1",
|
|
"karma": "3.1.4",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-coverage-istanbul-reporter": "2.0.4",
|
|
"karma-jasmine": "1.1.2",
|
|
"karma-jasmine-html-reporter": "0.2.2",
|
|
"protractor": "5.4.2",
|
|
"ts-node": "7.0.1",
|
|
"tslib": "1.9.3",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.2.2",
|
|
"webpack-bundle-analyzer": "3.0.3"
|
|
}
|
|
}
|