-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
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
{
"name": "auth-cloud-webauthn-example",
"version": "1.0.0",
"description": "Example Implementation of the AuthCloud WebAuthn SDK",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build-prod": "ng build --configuration production",
"builder": "bash bin/builder.sh"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^16.0.4",
"@angular/cli": "^16.0.4",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@trusona/webauthn": "1.3.1",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@types/node": "^16.18.34",
"tailwindcss": "^3.3.2",
"ts-node": "~10.9.1",
"typescript": "~4.9.3"
}
}