2017-04-11 19:09:02 +03:00
|
|
|
{
|
|
|
|
"name": "nga-demo",
|
|
|
|
"version": "2.0.0-alpha.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2017-04-28 15:29:33 +03:00
|
|
|
"start": "ng serve",
|
|
|
|
"start:hmr": "ng serve --hmr",
|
2017-04-11 19:09:02 +03:00
|
|
|
"start:aot": "ng serve --aot",
|
2017-04-29 13:40:27 +03:00
|
|
|
"build": "rimraf dist && ng build",
|
2017-04-11 19:09:02 +03:00
|
|
|
"build:prod": "npm run build -- --prod",
|
2017-04-29 13:40:27 +03:00
|
|
|
"build:prod:aot": "npm run build:prod -- --aot",
|
2017-04-11 19:09:02 +03:00
|
|
|
"build:ci": "npm-run-all -p -r build:prod build:prod:aot",
|
|
|
|
"build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-admin/\" && ngh",
|
2017-05-11 15:05:04 +03:00
|
|
|
"build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"",
|
2017-04-11 19:09:02 +03:00
|
|
|
"test": "ng test -sr",
|
2017-04-29 13:40:27 +03:00
|
|
|
"test:coverage": "rimraf coverage && npm run test -- -cc",
|
2017-05-16 15:39:27 +03:00
|
|
|
"lint": "ng lint --type-check",
|
2017-05-06 15:35:15 +03:00
|
|
|
"lint:fix": "ng lint --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",
|
|
|
|
"precommit": "npm run lint:ci"
|
2017-04-11 19:09:02 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2017-05-06 20:02:26 +03:00
|
|
|
"@agm/core": "1.0.0-beta.0",
|
2017-05-23 12:45:50 +03:00
|
|
|
"@angular/animations": "4.1.3",
|
|
|
|
"@angular/common": "4.1.3",
|
|
|
|
"@angular/compiler": "4.1.3",
|
|
|
|
"@angular/core": "4.1.3",
|
|
|
|
"@angular/forms": "4.1.3",
|
|
|
|
"@angular/http": "4.1.3",
|
|
|
|
"@angular/platform-browser": "4.1.3",
|
|
|
|
"@angular/platform-browser-dynamic": "4.1.3",
|
|
|
|
"@angular/platform-server": "4.1.3",
|
|
|
|
"@angular/router": "4.1.3",
|
2017-05-06 20:02:26 +03:00
|
|
|
"@asymmetrik/angular2-leaflet": "2.1.4",
|
2017-05-23 12:45:50 +03:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
|
2017-05-11 18:31:55 +03:00
|
|
|
"@swimlane/ngx-charts": "5.2.0",
|
|
|
|
"angular2-echarts": "1.1.7",
|
2017-04-11 19:09:02 +03:00
|
|
|
"bootstrap": "4.0.0-alpha.6",
|
2017-05-16 19:02:54 +03:00
|
|
|
"chart.js": "2.5.0",
|
2017-04-29 16:44:09 +03:00
|
|
|
"ckeditor": "4.6.2",
|
2017-04-29 13:40:27 +03:00
|
|
|
"classlist.js": "1.1.20150312",
|
2017-04-11 19:09:02 +03:00
|
|
|
"core-js": "2.4.1",
|
2017-05-11 18:31:55 +03:00
|
|
|
"d3": "4.8.0",
|
|
|
|
"echarts": "3.5.4",
|
2017-04-11 19:09:02 +03:00
|
|
|
"font-awesome": "4.7.0",
|
2017-04-18 15:27:37 +03:00
|
|
|
"immutable": "3.8.1",
|
2017-04-29 13:40:27 +03:00
|
|
|
"intl": "1.2.5",
|
2017-04-11 19:09:02 +03:00
|
|
|
"ionicons": "2.0.1",
|
2017-05-06 20:02:26 +03:00
|
|
|
"leaflet": "1.0.3",
|
2017-05-16 19:02:54 +03:00
|
|
|
"ng2-charts": "1.5.0",
|
2017-04-29 16:44:09 +03:00
|
|
|
"ng2-ckeditor": "1.1.6",
|
2017-05-23 17:45:35 +03:00
|
|
|
"ng2-smart-table": "1.1.0",
|
2017-05-19 14:40:20 +03:00
|
|
|
"ng2-tree": "2.0.0-alpha.5",
|
2017-04-11 19:09:02 +03:00
|
|
|
"normalize.css": "6.0.0",
|
2017-05-02 19:28:27 +03:00
|
|
|
"roboto-fontface": "0.7.0",
|
2017-05-16 15:39:27 +03:00
|
|
|
"rxjs": "5.4.0",
|
2017-04-11 19:09:02 +03:00
|
|
|
"tether": "1.4.0",
|
2017-04-29 13:40:27 +03:00
|
|
|
"tinymce": "4.5.7",
|
|
|
|
"web-animations-js": "2.2.5",
|
2017-05-16 15:39:27 +03:00
|
|
|
"zone.js": "0.8.10"
|
2017-04-11 19:09:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-16 15:39:27 +03:00
|
|
|
"@angular/cli": "1.0.3",
|
2017-05-23 12:45:50 +03:00
|
|
|
"@angular/compiler-cli": "4.1.3",
|
2017-05-11 18:31:55 +03:00
|
|
|
"@types/d3-color": "1.0.4",
|
2017-04-11 19:09:02 +03:00
|
|
|
"@types/jasmine": "2.5.38",
|
2017-05-06 20:02:26 +03:00
|
|
|
"@types/leaflet": "1.0.60",
|
2017-05-16 15:39:27 +03:00
|
|
|
"@types/node": "6.0.73",
|
2017-04-11 19:09:02 +03:00
|
|
|
"angular-cli-ghpages": "0.5.0",
|
2017-05-16 15:39:27 +03:00
|
|
|
"codelyzer": "3.0.1",
|
2017-05-24 13:51:13 +03:00
|
|
|
"husky": "0.13.3",
|
2017-04-11 19:09:02 +03:00
|
|
|
"jasmine-core": "2.5.2",
|
|
|
|
"jasmine-spec-reporter": "3.2.0",
|
|
|
|
"karma": "1.4.1",
|
|
|
|
"karma-chrome-launcher": "2.0.0",
|
|
|
|
"karma-cli": "1.0.1",
|
|
|
|
"karma-coverage-istanbul-reporter": "0.2.3",
|
|
|
|
"karma-jasmine": "1.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "0.2.2",
|
2017-04-29 14:04:04 +03:00
|
|
|
"npm-run-all": "4.0.2",
|
2017-04-11 19:09:02 +03:00
|
|
|
"protractor": "5.1.1",
|
|
|
|
"rimraf": "2.6.1",
|
|
|
|
"stylelint": "7.8.0",
|
2017-05-16 15:39:27 +03:00
|
|
|
"ts-node": "2.1.2",
|
|
|
|
"tslint": "5.2.0",
|
|
|
|
"tslint-eslint-rules": "4.0.0",
|
2017-05-23 12:45:50 +03:00
|
|
|
"tslint-language-service": "0.9.6",
|
2017-05-02 11:51:17 +03:00
|
|
|
"typescript": "2.3.2"
|
2017-04-11 19:09:02 +03:00
|
|
|
}
|
|
|
|
}
|