-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
130 lines (130 loc) · 4.8 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
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
{
"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",
"test-all": "nx run-many --target=test --runInBand --parallel=4",
"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": "19.1.3",
"@angular/cdk": "19.1.1",
"@angular/common": "19.1.3",
"@angular/compiler": "19.1.3",
"@angular/core": "19.1.3",
"@angular/forms": "19.1.3",
"@angular/material": "19.1.1",
"@angular/platform-browser": "19.1.3",
"@angular/platform-browser-dynamic": "19.1.3",
"@angular/router": "19.1.3",
"@angular/service-worker": "19.1.3",
"@nx/angular": "20.4.0",
"@sentry/cli": "^2.28.6",
"@types/google.maps": "^3.55.0",
"qr-scanner": "^1.4.2",
"quill": "^2.0.2",
"rxjs": "~6.6.3",
"survey-angular": "^1.12.18",
"survey-angular-ui": "^1.12.18",
"survey-core": "^1.12.18",
"tslib": "^2.3.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.1.4",
"@angular-devkit/core": "19.1.4",
"@angular-devkit/schematics": "19.1.4",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.1.0",
"@angular/compiler-cli": "19.1.3",
"@angular/language-service": "19.1.3",
"@angular/pwa": "19.1.4",
"@material-design-icons/font": "^0.14.13",
"@ngneat/spectator": "^19.3.0",
"@nx/cypress": "20.4.0",
"@nx/devkit": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/playwright": "20.4.0",
"@nx/web": "20.4.0",
"@nx/workspace": "20.4.0",
"@placeos/cloud-uploads": "^0.2.6-dev",
"@placeos/svg-viewer": "^0.5.4-dev",
"@placeos/ts-client": "^3.25.20",
"@playwright/test": "^1.49.0",
"@schematics/angular": "19.1.4",
"@sentry/angular": "^8.48.0",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "~0.5.2",
"@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",
"chartist": "^1.3.0",
"cypress": "13.13.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"deepmerge": "^4.2.2",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "3.4.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.4.2",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "^2.1.0",
"marked": "^13.0.0",
"material-symbols": "^0.21.2",
"ng-mocks": "^14.13.2",
"nx": "20.4.0",
"postcss": "^8.4.31",
"postcss-preset-env": "9.6.0",
"prettier": "3.3.3",
"standard-version": "^9.3.2",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.0",
"ts-md5": "^1.3.0",
"ts-node": "10.9.1",
"typescript": "5.7.3",
"vosklet": "^1.0.3"
}
}