-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.86 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.86 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@placeos/user-interfaces",
"version": "1.12.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && node ./config/version.js",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"version": "node ./tools/apply-version.js && npx standard-version",
"build-all": "nx run-many --target=build --parallel=4 --stats-json",
"test-all": "nx run-many --target=test --runInBand --parallel=4",
"e2e-all": "nx run-many --target=e2e",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org place-technology --project placeos-dev ./dist/apps && sentry-cli sourcemaps upload --org place-technology --project placeos-dev ./dist/apps"
},
"private": true,
"dependencies": {
"@angular/animations": "20.0.3",
"@angular/cdk": "20.0.3",
"@angular/common": "20.0.3",
"@angular/compiler": "20.0.3",
"@angular/core": "20.0.3",
"@angular/forms": "20.0.3",
"@angular/material": "20.0.3",
"@angular/platform-browser": "20.0.3",
"@angular/platform-browser-dynamic": "20.0.3",
"@angular/router": "20.0.3",
"@angular/service-worker": "20.0.3",
"@nx/angular": "21.2.0",
"@sentry/cli": "^2.28.6",
"@types/google.maps": "^3.55.0",
"rxjs": "^7.8.2",
"tslib": "^2.3.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.2",
"@angular-devkit/core": "20.0.2",
"@angular-devkit/schematics": "20.0.2",
"@angular-eslint/eslint-plugin": "20.0.0",
"@angular-eslint/eslint-plugin-template": "20.0.0",
"@angular-eslint/template-parser": "20.0.0",
"@angular/build": "20.0.2",
"@angular/cli": "~20.0.0",
"@angular/compiler-cli": "20.0.3",
"@angular/language-service": "20.0.3",
"@angular/pwa": "^20.0.4",
"@ngneat/spectator": "^22.1.0",
"@nx/devkit": "21.2.0",
"@nx/eslint": "21.2.0",
"@nx/eslint-plugin": "21.2.0",
"@nx/jest": "21.2.0",
"@nx/js": "21.2.0",
"@nx/playwright": "21.2.0",
"@nx/web": "21.2.0",
"@nx/workspace": "21.2.0",
"@placeos/cloud-uploads": "^1.1.1",
"@placeos/svg-viewer": "^1.0.5",
"@placeos/ts-client": "^4.7.7",
"@playwright/test": "^1.49.0",
"@schematics/angular": "20.0.2",
"@sentry/angular": "^9.19.0",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@tensorflow/tfjs": "^4.20.0",
"@types/jest": "29.5.12",
"@types/node": "^20.12.2",
"@types/office-js": "^1.0.253",
"@types/three": "^0.182.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.16",
"blob-util": "^2.0.2",
"chart.js": "^4.5.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"deepmerge": "^4.3.1",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-playwright": "^1.6.2",
"git-describe": "^4.0.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.0",
"jsonc-eslint-parser": "^2.1.0",
"marked": "^13.0.0",
"material-symbols": "^0.31.9",
"mqtt": "^5.13.1",
"ng-mocks": "^14.15.1",
"nx": "21.2.0",
"postcss": "^8.4.31",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "9.6.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"qr": "^0.4.2",
"squire-rte": "^2.4.2",
"standard-version": "^9.3.2",
"tailwindcss": "^4.1.18",
"three": "^0.182.0",
"ts-jest": "^29.1.0",
"ts-md5": "^2.0.1",
"ts-node": "10.9.1",
"typescript": "5.8.3",
"yaml": "^2.8.1"
}
}