2016-04-20 16:32:12 +03:00
|
|
|
{
|
2017-04-19 12:52:08 +03:00
|
|
|
"name": "ng2-admin",
|
2017-04-27 11:38:46 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Angular and Bootstrap 4 Admin Template.",
|
2017-04-19 14:01:04 +03:00
|
|
|
"author": "Akveo <contact@akveo.com>",
|
|
|
|
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/akveo/ng2-admin.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/akveo/ng2-admin/issues"
|
|
|
|
|
},
|
2016-04-20 16:32:12 +03:00
|
|
|
"license": "MIT",
|
2017-04-18 18:41:04 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"rimraf": "rimraf",
|
2017-04-27 11:38:46 +03:00
|
|
|
"start": "ng serve",
|
|
|
|
|
"start:hmr": "ng serve --hmr",
|
2017-04-18 18:41:04 +03:00
|
|
|
"start:aot": "ng serve --aot",
|
|
|
|
|
"build": "npm run clean:dist && ng build",
|
|
|
|
|
"build:prod": "npm run build -- --prod",
|
|
|
|
|
"build:prod:aot": "npm run build -- --aot",
|
|
|
|
|
"build:ci": "npm run build:prod && npm run build:prod:aot",
|
|
|
|
|
"test": "ng test -sr",
|
|
|
|
|
"test:coverage": "npm run clean:coverage && ng test -sr -cc",
|
|
|
|
|
"lint": "ng lint",
|
|
|
|
|
"lint:styles": "stylelint ./src/app/**/*.scss",
|
|
|
|
|
"lint:ci": "npm run lint && npm run lint:styles",
|
|
|
|
|
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
|
|
|
|
"e2e": "ng e2e",
|
|
|
|
|
"clean:dist": "npm run rimraf -- dist",
|
2017-04-19 12:52:08 +03:00
|
|
|
"clean:coverage": "npm run rimraf -- coverage",
|
|
|
|
|
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build"
|
2017-04-18 18:41:04 +03:00
|
|
|
},
|
|
|
|
|
"private": true,
|
2016-04-20 16:32:12 +03:00
|
|
|
"dependencies": {
|
2017-04-19 12:52:08 +03:00
|
|
|
"@angular/animations": "4.0.1",
|
2017-04-10 17:03:40 +03:00
|
|
|
"@angular/common": "4.0.1",
|
|
|
|
|
"@angular/compiler": "4.0.1",
|
|
|
|
|
"@angular/core": "4.0.1",
|
|
|
|
|
"@angular/forms": "4.0.1",
|
|
|
|
|
"@angular/http": "4.0.1",
|
|
|
|
|
"@angular/platform-browser": "4.0.1",
|
|
|
|
|
"@angular/platform-browser-dynamic": "4.0.1",
|
|
|
|
|
"@angular/router": "4.0.1",
|
2017-04-19 12:52:08 +03:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.23",
|
2017-04-11 04:07:30 -05:00
|
|
|
"@ngx-translate/core": "6.0.1",
|
|
|
|
|
"@ngx-translate/http-loader": "0.0.3",
|
2017-02-16 12:47:26 +03:00
|
|
|
"amcharts3": "github:amcharts/amcharts3",
|
|
|
|
|
"ammap3": "github:amcharts/ammap3",
|
2017-02-09 13:57:36 +03:00
|
|
|
"animate.css": "3.5.2",
|
2017-04-10 15:48:15 +03:00
|
|
|
"bootstrap": "4.0.0-alpha.6",
|
2017-02-09 13:57:36 +03:00
|
|
|
"chart.js": "1.1.1",
|
|
|
|
|
"chartist": "0.10.1",
|
2017-04-10 17:03:40 +03:00
|
|
|
"ckeditor": "4.6.2",
|
2017-02-09 13:57:36 +03:00
|
|
|
"core-js": "2.4.1",
|
|
|
|
|
"easy-pie-chart": "2.1.7",
|
|
|
|
|
"font-awesome": "4.7.0",
|
2017-04-10 17:03:40 +03:00
|
|
|
"fullcalendar": "3.3.1",
|
2017-02-09 13:57:36 +03:00
|
|
|
"google-maps": "3.2.1",
|
|
|
|
|
"ionicons": "2.0.1",
|
|
|
|
|
"is-electron-renderer": "2.0.1",
|
2017-04-10 17:03:40 +03:00
|
|
|
"jquery": "3.2.1",
|
2017-02-09 13:57:36 +03:00
|
|
|
"jquery-slimscroll": "1.3.8",
|
|
|
|
|
"leaflet": "0.7.7",
|
|
|
|
|
"leaflet-map": "0.2.1",
|
2017-02-14 16:34:28 +03:00
|
|
|
"lodash": "4.17.4",
|
2017-04-10 17:03:40 +03:00
|
|
|
"ng2-ckeditor": "1.1.6",
|
|
|
|
|
"ng2-completer": "1.3.1",
|
|
|
|
|
"ng2-smart-table": "1.0.3",
|
|
|
|
|
"ng2-tree": "2.0.0-alpha.5",
|
|
|
|
|
"ngx-uploader": "2.2.5",
|
|
|
|
|
"normalize.css": "6.0.0",
|
2017-04-05 13:15:50 +03:00
|
|
|
"roboto-fontface": "0.7.0",
|
2017-04-18 18:41:04 +03:00
|
|
|
"rxjs": "5.1.0",
|
|
|
|
|
"zone.js": "0.8.4"
|
2016-04-20 16:32:12 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-04-18 18:41:04 +03:00
|
|
|
"@angular/cli": "1.0.0",
|
2017-04-10 17:03:40 +03:00
|
|
|
"@angular/compiler-cli": "4.0.1",
|
2017-04-19 12:52:08 +03:00
|
|
|
"@angular/platform-server": "4.0.1",
|
2017-04-10 17:03:40 +03:00
|
|
|
"@types/electron": "1.4.35",
|
|
|
|
|
"@types/fullcalendar": "2.7.40",
|
2017-04-18 18:41:04 +03:00
|
|
|
"@types/jasmine": "2.5.38",
|
2017-04-10 17:03:40 +03:00
|
|
|
"@types/jquery": "2.0.41",
|
2017-02-09 13:57:36 +03:00
|
|
|
"@types/jquery.slimscroll": "1.3.30",
|
2017-04-10 17:03:40 +03:00
|
|
|
"@types/lodash": "4.14.61",
|
2017-04-18 18:41:04 +03:00
|
|
|
"@types/node": "6.0.60",
|
|
|
|
|
"codelyzer": "2.0.0",
|
2017-04-10 17:03:40 +03:00
|
|
|
"electron": "1.6.2",
|
2017-02-14 16:34:28 +03:00
|
|
|
"gh-pages": "0.12.0",
|
2017-04-17 16:05:45 +03:00
|
|
|
"jasmine-core": "2.5.2",
|
2017-04-18 18:41:04 +03:00
|
|
|
"jasmine-spec-reporter": "3.2.0",
|
|
|
|
|
"karma": "1.4.1",
|
2017-04-17 16:05:45 +03:00
|
|
|
"karma-chrome-launcher": "2.0.0",
|
2017-04-18 18:41:04 +03:00
|
|
|
"karma-cli": "1.0.1",
|
|
|
|
|
"karma-coverage-istanbul-reporter": "0.2.0",
|
2017-04-17 16:05:45 +03:00
|
|
|
"karma-jasmine": "1.1.0",
|
2017-04-18 18:41:04 +03:00
|
|
|
"karma-jasmine-html-reporter": "0.2.2",
|
2017-04-10 17:03:40 +03:00
|
|
|
"npm-run-all": "4.0.2",
|
2017-04-18 18:41:04 +03:00
|
|
|
"protractor": "5.1.0",
|
2017-04-10 17:03:40 +03:00
|
|
|
"rimraf": "2.6.1",
|
2017-04-19 12:52:08 +03:00
|
|
|
"stylelint": "7.10.1",
|
2017-02-21 11:52:13 +03:00
|
|
|
"ts-helpers": "1.1.2",
|
2017-04-18 18:41:04 +03:00
|
|
|
"ts-node": "2.0.0",
|
|
|
|
|
"tslint": "4.5.0",
|
2017-04-19 12:52:08 +03:00
|
|
|
"tslint-eslint-rules": "3.5.1",
|
|
|
|
|
"typescript": "2.2.2",
|
2017-02-28 14:49:45 +03:00
|
|
|
"typogr": "0.6.6",
|
2017-04-19 12:52:08 +03:00
|
|
|
"wintersmith": "2.2.5",
|
2017-02-28 14:49:45 +03:00
|
|
|
"wintersmith-sassy": "1.1.0"
|
2016-04-20 16:32:12 +03:00
|
|
|
}
|
|
|
|
|
}
|