forked from okta/samples-js-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "okta-hosted-login",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "npm run lint && npm run test:custom-login --prefix ../",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.9",
"@angular/common": "^11.0.9",
"@angular/compiler": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/platform-browser": "^11.0.9",
"@angular/platform-browser-dynamic": "^11.0.9",
"@angular/router": "^11.0.9",
"@okta/okta-angular": "^3.0.1",
"@okta/okta-signin-widget": "^5.0.0",
"colors": "^1.4.0",
"core-js": "^3.6.5",
"rxjs": "^6.6.3",
"semantic-ui-css": "^2.4.1",
"tslib": "^2.0.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "~0.1100.7",
"@angular/cli": "^11.0.7",
"@angular/compiler-cli": "^11.0.9",
"@angular/language-service": "^11.0.9",
"@types/node": "^14.10.0",
"codelyzer": "^6.0.0",
"dotenv": "^8.2.0",
"source-map-loader": "^1.1.0",
"text-encoding": "^0.7.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.2"
}
}