-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.55 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "auzi-front",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:auzi-front": "node dist/auzi-front/server/server.mjs"
},
"private": true,
"dependencies": {
"@abacritt/angularx-social-login": "^2.3.0",
"@angular/animations": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/localize": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/platform-server": "^18.2.1",
"@angular/router": "^18.2.1",
"@angular/ssr": "^18.2.1",
"@apollo/client": "^3.11.4",
"@stripe/stripe-js": "^5.4.0",
"@types/apollo-upload-client": "^18.0.0",
"apollo-angular": "^7.1.2",
"apollo-upload-client": "^18.0.1",
"auzi-front": "file:",
"canvas": "^3.0.0",
"express": "^4.21.1",
"extract-files": "^13.0.0",
"google-auth-library": "^9.15.0",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"graphql-upload": "^17.0.0",
"gsap": "^3.12.5",
"npm": "^10.9.1",
"pdfjs-dist": "^4.9.155",
"rxjs": "~7.8.0",
"three": "^0.167.1",
"tslib": "^2.8.1",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.1.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/body-parser": "^1.19.5",
"@types/bonjour": "^3.5.13",
"@types/connect": "^3.4.38",
"@types/connect-history-api-fallback": "^1.5.4",
"@types/cookie": "^0.6.0",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/estree": "^1.0.6",
"@types/express": "^4.17.17",
"@types/extract-files": "^13.0.1",
"@types/jasmine": "~5.1.0",
"@types/json-schema": "^7.0.15",
"@types/node": "^18.18.0",
"@types/stats.js": "^0.17.3",
"@types/stripe-v3": "^3.1.33",
"@types/three": "^0.167.1",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.2"
}
}