2017-06-27 08:08:19 +00:00
|
|
|
{
|
2018-02-20 08:05:07 +00:00
|
|
|
"name": "fuse",
|
2018-11-16 07:21:37 +00:00
|
|
|
"version": "7.0.1",
|
2017-12-08 07:34:39 +00:00
|
|
|
"license": "https://themeforest.net/licenses/terms/regular",
|
2017-06-27 08:08:19 +00:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2018-01-08 09:39:55 +00:00
|
|
|
"start": "ng serve --open",
|
2018-06-28 10:28:56 +00:00
|
|
|
"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",
|
2017-11-04 13:14:12 +00:00
|
|
|
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
2018-01-08 09:37:52 +00:00
|
|
|
"build-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json",
|
2017-11-04 13:14:12 +00:00
|
|
|
"build-prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
|
2018-01-08 09:37:52 +00:00
|
|
|
"build-prod-stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
|
2017-06-27 08:08:19 +00:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
2018-01-08 09:37:52 +00:00
|
|
|
"e2e": "ng e2e",
|
|
|
|
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
|
2017-06-27 08:08:19 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-10-04 09:14:53 +00:00
|
|
|
"@agm/core": "1.0.0-beta.5",
|
2018-11-16 07:21:37 +00:00
|
|
|
"@angular/animations": "7.0.4",
|
|
|
|
"@angular/cdk": "7.0.4",
|
|
|
|
"@angular/common": "7.0.4",
|
|
|
|
"@angular/compiler": "7.0.4",
|
|
|
|
"@angular/core": "7.0.4",
|
2018-10-10 09:20:12 +00:00
|
|
|
"@angular/flex-layout": "7.0.0-beta.19",
|
2018-11-16 07:21:37 +00:00
|
|
|
"@angular/forms": "7.0.4",
|
|
|
|
"@angular/http": "7.0.4",
|
|
|
|
"@angular/material": "7.0.4",
|
|
|
|
"@angular/material-moment-adapter": "7.0.4",
|
|
|
|
"@angular/platform-browser": "7.0.4",
|
|
|
|
"@angular/platform-browser-dynamic": "7.0.4",
|
|
|
|
"@angular/router": "7.0.4",
|
|
|
|
"@ngrx/effects": "6.1.2",
|
|
|
|
"@ngrx/router-store": "6.1.2",
|
|
|
|
"@ngrx/store": "6.1.2",
|
|
|
|
"@ngrx/store-devtools": "6.1.2",
|
|
|
|
"@ngx-translate/core": "11.0.1",
|
2018-07-17 09:25:32 +00:00
|
|
|
"@swimlane/dragula": "3.7.3",
|
2018-11-16 07:21:37 +00:00
|
|
|
"@swimlane/ngx-charts": "10.0.0",
|
|
|
|
"@swimlane/ngx-datatable": "14.0.0",
|
|
|
|
"@swimlane/ngx-dnd": "6.0.0",
|
2018-01-08 12:29:04 +00:00
|
|
|
"@types/prismjs": "1.9.0",
|
2018-11-16 07:21:37 +00:00
|
|
|
"angular-calendar": "0.26.4",
|
|
|
|
"angular-in-memory-web-api": "0.7.0",
|
2018-10-18 21:30:39 +00:00
|
|
|
"chart.js": "2.7.3",
|
2017-08-30 07:37:25 +00:00
|
|
|
"classlist.js": "1.1.20150312",
|
2018-05-27 13:54:20 +00:00
|
|
|
"core-js": "2.5.7",
|
2018-08-26 15:30:19 +00:00
|
|
|
"d3": "5.7.0",
|
2018-09-21 09:21:58 +00:00
|
|
|
"date-fns": "1.29.0",
|
2017-08-30 07:37:25 +00:00
|
|
|
"hammerjs": "2.0.8",
|
2018-09-21 09:21:58 +00:00
|
|
|
"lodash": "4.17.11",
|
2018-06-10 16:31:14 +00:00
|
|
|
"moment": "2.22.2",
|
2018-02-01 12:28:40 +00:00
|
|
|
"ng2-charts": "1.6.0",
|
2018-06-10 16:31:14 +00:00
|
|
|
"ngrx-store-freeze": "0.2.4",
|
2018-11-16 07:21:37 +00:00
|
|
|
"ngx-color-picker": "7.0.2",
|
|
|
|
"ngx-cookie-service": "2.0.0",
|
2018-06-10 16:31:14 +00:00
|
|
|
"perfect-scrollbar": "1.4.0",
|
2018-06-20 12:30:54 +00:00
|
|
|
"prismjs": "1.15.0",
|
2018-10-04 09:14:53 +00:00
|
|
|
"rxjs": "6.3.3",
|
|
|
|
"rxjs-compat": "6.3.3",
|
2017-08-30 07:37:25 +00:00
|
|
|
"web-animations-js": "2.3.1",
|
2018-05-04 16:28:19 +00:00
|
|
|
"zone.js": "0.8.26"
|
2017-06-27 08:08:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-16 07:21:37 +00:00
|
|
|
"@angular/cli": "7.0.6",
|
|
|
|
"@angular/compiler-cli": "7.0.4",
|
|
|
|
"@angular/language-service": "7.0.4",
|
|
|
|
"@angular-devkit/build-angular": "0.10.6",
|
2017-09-21 07:58:19 +00:00
|
|
|
"@angularclass/hmr": "2.1.3",
|
2018-11-16 07:21:37 +00:00
|
|
|
"@types/jasmine": "2.8.11",
|
|
|
|
"@types/jasminewd2": "2.0.6",
|
|
|
|
"@types/lodash": "4.14.118",
|
2018-05-04 16:28:19 +00:00
|
|
|
"@types/node": "8.9.5",
|
2018-10-18 21:30:39 +00:00
|
|
|
"codelyzer": "4.5.0",
|
2018-05-04 16:28:19 +00:00
|
|
|
"jasmine-core": "2.99.1",
|
2018-01-18 10:13:40 +00:00
|
|
|
"jasmine-spec-reporter": "4.2.1",
|
2018-10-10 09:20:12 +00:00
|
|
|
"karma": "3.0.0",
|
2018-01-18 10:13:40 +00:00
|
|
|
"karma-chrome-launcher": "2.2.0",
|
2018-10-10 09:20:12 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "2.0.4",
|
2018-05-04 16:28:19 +00:00
|
|
|
"karma-jasmine": "1.1.2",
|
2017-09-18 07:48:02 +00:00
|
|
|
"karma-jasmine-html-reporter": "0.2.2",
|
2018-10-10 09:20:12 +00:00
|
|
|
"protractor": "5.4.1",
|
|
|
|
"ts-node": "7.0.1",
|
|
|
|
"tslint": "5.11.0",
|
2018-11-16 07:21:37 +00:00
|
|
|
"typescript": "3.1.6",
|
2018-10-18 21:30:39 +00:00
|
|
|
"webpack-bundle-analyzer": "3.0.3"
|
2017-06-27 08:08:19 +00:00
|
|
|
}
|
|
|
|
}
|