-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "signature-pad",
"author": "Eve-Sama",
"repository": "https://github.com/Eve-Sama/ngx-signature-pad",
"scripts": {
"build-lib": "ng build ngx-signature-pad --configuration production",
"deploy": "ng deploy --base-href=\"./\"",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint"
},
"private": false,
"dependencies": {
"@angular/cdk": "^16.0.1",
"@angular/common": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/core": "^16.0.2",
"@angular/platform-browser": "^16.0.2",
"@angular/platform-browser-dynamic": "^16.0.2",
"@angular/router": "^16.0.2",
"rxjs": "~6.6.3",
"signature_pad": "3.0.0-beta.3",
"tslib": "^2.0.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular-devkit/build-ng-packagr": "^0.1000.8",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.3",
"codelyzer": "^6.0.0",
"ng-packagr": "^16.0.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~5.0.4"
}
}