-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.57 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": "pspdfkit-web-example-angular",
"version": "1.0.0",
"engines": {
"npm": ">=8.3.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.2",
"@angular/common": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/core": "^16.0.2",
"@angular/forms": "^16.0.2",
"@angular/platform-browser": "^16.0.2",
"@angular/platform-browser-dynamic": "^16.0.2",
"@angular/router": "^16.0.2",
"pspdfkit": "2024.8.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.0.4"
},
"overrides": {
"colors": "^1.4.0",
"faker": "^5.5.3",
"loader-utils@>= 0.0.0 < 2.0.0": "^1.4.2",
"loader-utils@>= 2.0.0 < 3.0.0": "^2.0.4",
"loader-utils@>= 3.0.0 < 3.2.1": "^3.2.1",
"webpack-dev-middleware": "^6.1.2",
"vite": "^4.5.4",
"semver": "^7.5.2",
"postcss": "^8.4.31",
"micromatch": "^4.0.8",
"express": "^4.21.0",
"webpack": "^5.94.0",
"rollup": "^3.29.5",
"cookie": "^0.7.0"
}
}