ngx-admin/package.json

75 lines
2.3 KiB
JSON
Raw Normal View History

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",
"build": "rimraf dist && ng build",
2017-04-11 19:09:02 +03:00
"build:prod": "npm run build -- --prod",
"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",
"test": "ng test -sr",
"test:coverage": "rimraf coverage && npm run test -- -cc",
2017-04-11 19:09:02 +03:00
"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"
2017-04-11 19:09:02 +03:00
},
"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",
2017-04-11 19:09:02 +03:00
"bootstrap": "4.0.0-alpha.6",
"classlist.js": "1.1.20150312",
2017-04-11 19:09:02 +03:00
"core-js": "2.4.1",
"font-awesome": "4.7.0",
"immutable": "3.8.1",
"intl": "1.2.5",
2017-04-11 19:09:02 +03:00
"ionicons": "2.0.1",
"normalize.css": "6.0.0",
"rxjs": "5.1.1",
"tether": "1.4.0",
"tinymce": "4.5.7",
"web-animations-js": "2.2.5",
2017-04-11 19:09:02 +03:00
"zone.js": "0.8.5"
},
"devDependencies": {
"@angular/cli": "1.0.1",
"@angular/compiler-cli": "4.0.3",
2017-04-11 19:09:02 +03:00
"@types/jasmine": "2.5.38",
"@types/node": "6.0.69",
2017-04-11 19:09:02 +03:00
"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",
2017-04-11 19:09:02 +03:00
"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",
"typescript": "2.2.2"
2017-04-11 19:09:02 +03:00
}
}