-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.54 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@gapp/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dashboard:dev": "nx serve gapp-dashboard",
"dashboard:build": "nx build gapp-dashboard",
"dashboard:serve": "nx serve-static gapp-dashboard",
"server:dev": "nx serve gapp-server | pino-pretty",
"server:build": "nx build gapp-server",
"format": "nx format:write",
"server:start": "node dist/apps/gapp-server/main.js"
},
"private": true,
"dependencies": {
"@angular/animations": "19.2.0",
"@angular/cdk": "^19.2.1",
"@angular/common": "19.2.0",
"@angular/compiler": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@angular/platform-browser-dynamic": "19.2.0",
"@angular/router": "19.2.0",
"@fastify/cors": "^11.0.0",
"@fastify/sensible": "6.0.3",
"@fastify/static": "^8.1.0",
"@fastify/swagger": "^9.4.2",
"@fastify/swagger-ui": "^5.2.1",
"@fastify/type-provider-typebox": "^5.1.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"@ng-icons/core": "^30.2.0",
"@ng-icons/tabler-icons": "^30.2.0",
"@sinclair/typebox": "^0.34.14",
"axios": "^1.7.9",
"envalid": "^8.0.0",
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"fastify-sse-v2": "^4.2.1",
"javascript-time-ago": "^2.5.11",
"mongodb": "^6.12.0",
"pino": "^9.6.0",
"rxjs": "~7.8.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.2.0",
"@angular-devkit/core": "19.2.0",
"@angular-devkit/schematics": "19.2.0",
"@angular/cli": "~19.2.0",
"@angular/compiler-cli": "19.2.0",
"@angular/language-service": "19.2.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "20.4.6",
"@nx/esbuild": "20.4.6",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/jest": "20.4.6",
"@nx/js": "20.4.6",
"@nx/node": "20.4.6",
"@nx/vite": "20.4.6",
"@nx/web": "20.4.6",
"@nx/workspace": "20.4.6",
"@schematics/angular": "19.2.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.11.5",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.0.9",
"@types/jest": "^29.5.12",
"@types/node": "22.13.9",
"@typescript-eslint/utils": "^8.19.0",
"@vitest/ui": "^1.3.1",
"angular-eslint": "^19.0.2",
"autoprefixer": "^10.4.0",
"daisyui": "^5.0.0",
"esbuild": "^0.19.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~14.4.0",
"nx": "20.4.6",
"pino-pretty": "^13.0.0",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^4.0.8",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.8.2",
"typescript-eslint": "^8.21.0",
"vite": "^5.0.0",
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}