forked from Enngage/ngx-captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ngx-captcha-source",
"version": "1.0.0",
"scripts": {
"start": "npm run serve:demo",
"build:demo": "ng build",
"serve:demo": "ng serve",
"build-demo-gh-pages": "ng build --configuration production",
"publish:lib": "cd ./projects/ngx-captcha-lib && npm run publish:lib"
},
"private": true,
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"core-js": "3.26.1",
"rxjs": "7.8.0",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.4",
"standard-version": "9.5.0",
"@angular/compiler-cli": "15.0.4",
"ng-packagr": "15.0.3",
"tsickle": "0.46.3",
"tslib": "2.4.1",
"typescript": "4.8.4",
"@angular/cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@types/jasmine": "4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.11.17",
"codelyzer": "6.0.2",
"jasmine-core": "4.5.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"protractor": "7.0.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"angular-cli-ghpages": "1.0.5"
}
}