-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "pocketlib",
"version": "1.7.2",
"scripts": {
"ng": "ng",
"start": "node dist/PocketLib/server/server.mjs",
"dev": "ng serve --port 3001",
"build": "npm run build:prod",
"build:prod": "ng build --configuration production",
"build:staging": "ng build --configuration staging"
},
"private": true,
"type": "module",
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/localize": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/service-worker": "^19.0.5",
"@angular/ssr": "^19.0.6",
"@apollo/client": "^3.12.4",
"@babel/compat-data": "^7.26.3",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
"@tsparticles/confetti": "^3.7.1",
"apollo-angular": "^8.0.0",
"axios": "^1.7.9",
"core-js": "^3.39.0",
"cropperjs": "^1.6.2",
"dav-js": "git+https://github.com/dav-apps/dav-js.git#v2.7.3",
"dav-ui-components": "git+https://github.com/dav-apps/dav-ui-components.git#v1.7",
"express": "^4.21.2",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"http": "0.0.0",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"ng2-pdf-viewer": "^10.4.0",
"ngx-file-helpers": "^13.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "^19.0.6",
"@angular-devkit/schematics": "^19.0.6",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular/language-service": "^19.0.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"codelyzer": "^6.0.2",
"cpx": "^1.5.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.6.3"
}
}