blob: acba4b382eff96e22e481f26b3eb130957abbd27 [file] [log] [blame]
{
"name": "ng-knox-token-management",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"start": "ng serve --verbose=true",
"build": "ng build",
"build-prod": "ng build --configuration production",
"lint": "eslint token-management"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.0.1",
"@angular/cdk": "^13.0.1",
"@angular/common": "^13.0.1",
"@angular/compiler": "^13.0.1",
"@angular/core": "^13.0.1",
"@angular/forms": "^13.0.1",
"@angular/http": "^7.2.16",
"@angular/material": "^13.0.1",
"@angular/platform-browser": "^13.0.1",
"@angular/platform-browser-dynamic": "^13.0.1",
"@angular/router": "^13.0.1",
"bootstrap": "^3.4.1",
"core-js": "^2.6.11",
"jquery": "^3.5.1",
"js-yaml": "^3.13.1",
"ng2-bs3-modal": "^0.15.0",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"sweetalert2": "^11.6.5",
"ts-helpers": "^1.1.1",
"vkbeautify": "^0.99.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.11",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^13.0.1",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"eslint": "^8.23.1",
"ts-node": "~3.2.0",
"typescript": "~4.4.4",
"webdriver-manager": "10.2.5"
}
}