-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.68 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 5.68 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
132
133
134
135
136
137
138
139
140
{
"name": "@placeos/workplace-template",
"version": "1.12.0",
"license": "MIT",
"scripts": {
"postinstall": "node ./config/version.js",
"nx": "npx nx",
"start": "npm run ng:start",
"build": "npx nx build",
"test": "npx ng test",
"lint": "npx nx workspace-lint && npx ng lint",
"e2e": "npx nx e2e",
"affected:apps": "npx nx affected:apps",
"affected:libs": "npx nx affected:libs",
"affected:build": "npx nx affected:build",
"affected:e2e": "npx nx affected:e2e",
"affected:test": "npx nx affected:test",
"affected:lint": "npx nx affected:lint",
"affected:dep-graph": "npx nx affected:dep-graph",
"affected": "npx nx affected",
"format": "npx nx format:write",
"format:write": "npx nx format:write",
"format:check": "npx nx format:check",
"update": "npx nx migrate latest",
"workspace-generator": "npx nx workspace-generator",
"dep-graph": "npx nx dep-graph",
"help": "npx nx help",
"version": "node ./tools/apply-version.js && npx standard-version",
"build-all": "npx nx run-many --target=build --parallel=4 --stats-json",
"test-all": "npx nx run-many --target=test --runInBand --parallel=4",
"sentry:sourcemaps": "npx sentry-cli sourcemaps inject --org place-technology --project placeos-dev ./dist/apps && npx sentry-cli sourcemaps upload --org place-technology --project placeos-dev ./dist/apps",
"ng:start": "node node_modules/@angular/cli/bin/ng serve workplace",
"ng:build": "node node_modules/@angular/cli/bin/ng build workplace",
"ng:build:prod": "node node_modules/@angular/cli/bin/ng build workplace --configuration=production",
"ng:test": "node node_modules/@angular/cli/bin/ng test workplace",
"ng:lint": "node node_modules/@angular/cli/bin/ng lint workplace",
"ng:e2e": "node node_modules/@angular/cli/bin/ng e2e workplace",
"ng:version": "node node_modules/@angular/cli/bin/ng version",
"disable-nx": "rm -f node_modules/.bin/ng && cp node_modules/@angular/cli/bin/ng.js node_modules/.bin/ng && chmod +x node_modules/.bin/ng",
"restore-nx": "npm run postinstall",
"verify-angular-cli": "node verify-angular-cli.js"
},
"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",
"qr-scanner": "^1.4.2",
"quill": "^2.0.3",
"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": "^19.6.2",
"@nx/cypress": "21.2.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.0.6",
"@placeos/svg-viewer": "^1.0.5",
"@placeos/ts-client": "^4.2.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",
"@tensorflow/tfjs": "^4.20.0",
"@types/jest": "29.5.12",
"@types/node": "^20.12.2",
"@types/office-js": "^1.0.253",
"@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",
"chartist": "^1.3.0",
"cypress": "14.4.1",
"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-cypress": "^3.5.0",
"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",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "^2.1.0",
"marked": "^13.0.0",
"material-symbols": "^0.31.7",
"mqtt": "^5.13.1",
"ng-mocks": "^14.13.5",
"nx": "21.2.0",
"postcss": "^8.4.31",
"postcss-preset-env": "9.6.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"qr": "^0.4.2",
"standard-version": "^9.3.2",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.0",
"ts-md5": "^2.0.1",
"ts-node": "10.9.1",
"typescript": "5.8.3"
}
}