ngx-admin/package.json

96 lines
3.1 KiB
JSON
Raw Normal View History

2017-04-11 19:09:02 +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",
"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",
"conventional-changelog": "conventional-changelog",
2017-04-28 15:29:33 +03:00
"start": "ng serve",
"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",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"prepush": "npm run lint:ci",
"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-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/platform-browser": "^10.0.10",
"@angular/platform-browser-dynamic": "^10.0.10",
"@angular/router": "^10.0.10",
"@nebular/auth": "6.0.0",
"@nebular/eva-icons": "6.0.0",
"@nebular/security": "6.0.0",
"@nebular/theme": "6.0.0",
"bootstrap": "4.3.1",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1",
"eva-icons": "^1.1.3",
"intl": "1.2.5",
2017-04-11 19:09:02 +03:00
"ionicons": "2.0.1",
"nebular-icons": "1.1.0",
"node-sass": "^4.12.0",
2017-04-11 19:09:02 +03:00
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"roboto-fontface": "0.8.0",
2020-08-19 18:31:26 +03:00
"rxjs": "6.6.2",
"rxjs-compat": "6.3.0",
"socicon": "3.0.5",
"style-loader": "^1.1.3",
2020-08-19 18:31:26 +03:00
"tslib": "^2.0.0",
"typeface-exo": "0.0.22",
"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",
"@compodoc/compodoc": "1.0.1",
"@types/jasmine": "2.5.54",
"@types/jasminewd2": "2.0.3",
"@types/node": "^12.11.1",
2020-08-19 18:31:26 +03:00
"codelyzer": "^6.0.0",
"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",
"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",
"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",
"stylelint": "7.13.0",
"ts-node": "3.2.2",
2020-08-19 18:31:26 +03:00
"tslint": "~6.1.0",
"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
}
}