-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.78 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
52
53
54
55
56
57
58
59
{
"name": "pdf-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run tw-build && ng serve",
"build": "npm run tw-build && ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"tw-build": "npx tailwindcss-cli@latest build -o ./projects/ngx-pdf-editor/src/lib/tailwind.scss"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.8",
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/elements": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/material": "^17.0.4",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"ngx-extended-pdf-viewer": "^19.0.2",
"ngx-pdf-editor": "^0.1.14-legacy",
"pdf-lib": "^1.17.1",
"rxjs": "^7.5.6",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.8",
"@angular-devkit/core": "^17.0.8",
"@angular/cli": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"autoprefixer": "^10.4.15",
"codelyzer": "^6.0.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^17.0.3",
"postcss": "^8.4.29",
"protractor": "~7.0.0",
"tailwindcss": "^3.3.3",
"ts-node": "^9.1.1",
"tslint": "~6.1.3",
"typescript": "5.2.x"
}
}