mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "nga-demo",
|
|
"version": "2.0.0-alpha.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"start:hmr": "ng serve --hmr",
|
|
"start:aot": "ng serve --aot",
|
|
"build": "rimraf dist && ng build",
|
|
"build:prod": "npm run build -- --prod",
|
|
"build:prod:aot": "npm run build:prod -- --aot",
|
|
"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",
|
|
"test": "ng test -sr",
|
|
"test:coverage": "rimraf coverage && npm run test -- -cc",
|
|
"lint": "ng lint",
|
|
"lint:styles": "stylelint ./src/**/*.scss",
|
|
"lint:ci": "npm run lint && npm run lint:styles",
|
|
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "4.0.3",
|
|
"@angular/common": "4.0.3",
|
|
"@angular/compiler": "4.0.3",
|
|
"@angular/core": "4.0.3",
|
|
"@angular/forms": "4.0.3",
|
|
"@angular/http": "4.0.3",
|
|
"@angular/platform-browser": "4.0.3",
|
|
"@angular/platform-browser-dynamic": "4.0.3",
|
|
"@angular/platform-server": "4.0.3",
|
|
"@angular/router": "4.0.3",
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
|
|
"bootstrap": "4.0.0-alpha.6",
|
|
"ckeditor": "4.6.2",
|
|
"classlist.js": "1.1.20150312",
|
|
"core-js": "2.4.1",
|
|
"font-awesome": "4.7.0",
|
|
"immutable": "3.8.1",
|
|
"intl": "1.2.5",
|
|
"ionicons": "2.0.1",
|
|
"ng2-ckeditor": "1.1.6",
|
|
"normalize.css": "6.0.0",
|
|
"rxjs": "5.1.1",
|
|
"tether": "1.4.0",
|
|
"tinymce": "4.5.7",
|
|
"web-animations-js": "2.2.5",
|
|
"zone.js": "0.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/cli": "1.0.1",
|
|
"@angular/compiler-cli": "4.0.3",
|
|
"@types/jasmine": "2.5.38",
|
|
"@types/node": "6.0.69",
|
|
"angular-cli-ghpages": "0.5.0",
|
|
"codelyzer": "2.0.1",
|
|
"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",
|
|
"npm-run-all": "4.0.2",
|
|
"protractor": "5.1.1",
|
|
"rimraf": "2.6.1",
|
|
"stylelint": "7.8.0",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.5.1",
|
|
"tslint-eslint-rules": "3.4.0",
|
|
"tslint-language-service": "0.9.2",
|
|
"typescript": "2.2.2"
|
|
}
|
|
}
|