2017-04-11 19:09:02 +03:00
|
|
|
{
|
2017-08-01 17:42:21 +03:00
|
|
|
"name": "ngx-admin",
|
2020-08-19 18:39:56 +03:00
|
|
|
"version": "6.0.0",
|
2017-04-11 19:09:02 +03:00
|
|
|
"license": "MIT",
|
2017-10-24 17:25:35 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/akveo/ngx-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/akveo/ngx-admin/issues"
|
|
|
|
},
|
2017-04-11 19:09:02 +03:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2017-10-26 18:54:47 +03:00
|
|
|
"conventional-changelog": "conventional-changelog",
|
2017-04-28 15:29:33 +03:00
|
|
|
"start": "ng serve",
|
2017-12-01 18:37:21 +03:00
|
|
|
"build": "ng build",
|
|
|
|
"build:prod": "npm run build -- --prod --aot",
|
2018-05-10 23:48:39 +03:00
|
|
|
"test": "ng test",
|
|
|
|
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"lint:fix": "ng lint ngx-admin-demo --fix",
|
2017-04-11 19:09:02 +03:00
|
|
|
"lint:styles": "stylelint ./src/**/*.scss",
|
|
|
|
"lint:ci": "npm run lint && npm run lint:styles",
|
|
|
|
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
2017-05-24 13:51:13 +03:00
|
|
|
"e2e": "ng e2e",
|
2017-10-20 11:34:36 +02:00
|
|
|
"docs": "compodoc -p src/tsconfig.app.json -d docs",
|
|
|
|
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
|
2017-10-26 18:54:47 +03:00
|
|
|
"prepush": "npm run lint:ci",
|
2020-03-30 12:06:51 +03:00
|
|
|
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
|
2020-08-19 18:31:26 +03:00
|
|
|
"postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points --tsconfig \"./src/tsconfig.app.json\""
|
2017-04-11 19:09:02 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-30 12:06:51 +03:00
|
|
|
"@akveo/ng2-completer": "^9.0.1",
|
2020-08-19 18:31:26 +03:00
|
|
|
"@angular/animations": "^10.0.10",
|
2020-08-28 19:27:59 +03:00
|
|
|
"@angular/cdk": "10.1.1",
|
2020-08-19 18:31:26 +03:00
|
|
|
"@angular/common": "^10.0.10",
|
|
|
|
"@angular/compiler": "^10.0.10",
|
|
|
|
"@angular/core": "^10.0.10",
|
|
|
|
"@angular/forms": "^10.0.10",
|
|
|
|
"@angular/google-maps": "^10.1.3",
|
|
|
|
"@angular/platform-browser": "^10.0.10",
|
|
|
|
"@angular/platform-browser-dynamic": "^10.0.10",
|
|
|
|
"@angular/router": "^10.0.10",
|
2018-01-04 15:49:27 +03:00
|
|
|
"@asymmetrik/ngx-leaflet": "3.0.1",
|
2020-08-19 18:31:26 +03:00
|
|
|
"@nebular/auth": "6.0.0",
|
|
|
|
"@nebular/eva-icons": "6.0.0",
|
|
|
|
"@nebular/security": "6.0.0",
|
|
|
|
"@nebular/theme": "6.0.0",
|
|
|
|
"@swimlane/ngx-charts": "^14.0.0",
|
2018-01-04 15:49:27 +03:00
|
|
|
"angular2-chartjs": "0.4.1",
|
2019-07-02 16:18:09 +03:00
|
|
|
"bootstrap": "4.3.1",
|
2018-01-04 15:49:27 +03:00
|
|
|
"chart.js": "2.7.1",
|
|
|
|
"ckeditor": "4.7.3",
|
2017-04-29 13:40:27 +03:00
|
|
|
"classlist.js": "1.1.20150312",
|
2017-12-01 18:37:21 +03:00
|
|
|
"core-js": "2.5.1",
|
2018-02-16 19:41:23 +03:00
|
|
|
"echarts": "^4.0.2",
|
2020-03-30 12:06:51 +03:00
|
|
|
"eva-icons": "^1.1.3",
|
2017-04-29 13:40:27 +03:00
|
|
|
"intl": "1.2.5",
|
2017-04-11 19:09:02 +03:00
|
|
|
"ionicons": "2.0.1",
|
2018-01-04 15:49:27 +03:00
|
|
|
"leaflet": "1.2.0",
|
2018-11-19 16:57:35 +02:00
|
|
|
"nebular-icons": "1.1.0",
|
2020-08-19 18:31:26 +03:00
|
|
|
"ng2-ckeditor": "^1.2.9",
|
2020-03-30 12:06:51 +03:00
|
|
|
"ng2-smart-table": "^1.6.0",
|
|
|
|
"ngx-echarts": "^4.2.2",
|
2019-07-02 16:18:09 +03:00
|
|
|
"node-sass": "^4.12.0",
|
2017-04-11 19:09:02 +03:00
|
|
|
"normalize.css": "6.0.0",
|
2017-12-01 18:37:21 +03:00
|
|
|
"pace-js": "1.0.2",
|
2017-08-31 12:04:09 +03:00
|
|
|
"roboto-fontface": "0.8.0",
|
2020-08-19 18:31:26 +03:00
|
|
|
"rxjs": "6.6.2",
|
2018-11-19 15:40:01 +02:00
|
|
|
"rxjs-compat": "6.3.0",
|
2018-02-23 15:09:19 +03:00
|
|
|
"socicon": "3.0.5",
|
2020-03-30 12:06:51 +03:00
|
|
|
"style-loader": "^1.1.3",
|
2017-04-29 13:40:27 +03:00
|
|
|
"tinymce": "4.5.7",
|
2020-08-19 18:31:26 +03:00
|
|
|
"tslib": "^2.0.0",
|
2017-06-02 12:43:23 +03:00
|
|
|
"typeface-exo": "0.0.22",
|
2020-03-30 12:06:51 +03:00
|
|
|
"web-animations-js": "^2.3.2",
|
|
|
|
"zone.js": "~0.10.2"
|
2017-04-11 19:09:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-19 18:31:26 +03:00
|
|
|
"@angular-devkit/build-angular": "~0.1000.6",
|
|
|
|
"@angular/cli": "^10.0.6",
|
|
|
|
"@angular/compiler-cli": "^10.0.10",
|
|
|
|
"@angular/language-service": "10.0.10",
|
2017-12-01 18:37:21 +03:00
|
|
|
"@compodoc/compodoc": "1.0.1",
|
2018-08-09 01:24:51 -07:00
|
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
2018-01-04 15:49:27 +03:00
|
|
|
"@types/d3-color": "1.0.5",
|
2020-03-30 12:06:51 +03:00
|
|
|
"@types/googlemaps": "^3.39.3",
|
2017-12-01 18:37:21 +03:00
|
|
|
"@types/jasmine": "2.5.54",
|
|
|
|
"@types/jasminewd2": "2.0.3",
|
2018-01-04 15:49:27 +03:00
|
|
|
"@types/leaflet": "1.2.3",
|
2020-03-30 12:06:51 +03:00
|
|
|
"@types/node": "^12.11.1",
|
2020-08-19 18:31:26 +03:00
|
|
|
"codelyzer": "^6.0.0",
|
2017-12-01 18:37:21 +03:00
|
|
|
"conventional-changelog-cli": "1.3.4",
|
2017-05-24 13:51:13 +03:00
|
|
|
"husky": "0.13.3",
|
2020-08-19 18:31:26 +03:00
|
|
|
"jasmine-core": "~3.5.0",
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
|
|
"karma": "~5.0.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2017-12-01 18:37:21 +03:00
|
|
|
"karma-cli": "1.0.1",
|
2020-08-19 18:31:26 +03:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
"karma-jasmine": "~3.3.0",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2017-04-29 14:04:04 +03:00
|
|
|
"npm-run-all": "4.0.2",
|
2020-08-19 18:31:26 +03:00
|
|
|
"protractor": "~7.0.0",
|
2017-04-11 19:09:02 +03:00
|
|
|
"rimraf": "2.6.1",
|
2017-07-24 13:11:28 +03:00
|
|
|
"stylelint": "7.13.0",
|
2017-12-01 18:37:21 +03:00
|
|
|
"ts-node": "3.2.2",
|
2020-08-19 18:31:26 +03:00
|
|
|
"tslint": "~6.1.0",
|
2018-11-19 15:40:01 +02:00
|
|
|
"tslint-language-service": "^0.9.9",
|
2020-08-19 18:31:26 +03:00
|
|
|
"typescript": "3.9.7"
|
2017-04-11 19:09:02 +03:00
|
|
|
}
|
|
|
|
}
|