-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.88 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
{
"name": "@placeos/backoffice",
"version": "v1.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"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.3",
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.3",
"@angular/compiler": "18.2.3",
"@angular/core": "18.2.3",
"@angular/forms": "18.2.3",
"@angular/material": "18.2.3",
"@angular/platform-browser": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3",
"@angular/router": "18.2.3",
"@angular/service-worker": "18.2.3",
"@nx/angular": "20.1.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.3",
"@angular-devkit/core": "18.2.3",
"@angular-devkit/schematics": "18.2.3",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.3",
"@angular/language-service": "18.2.3",
"@ngneat/spectator": "^18.0.2",
"@ngneat/tailwind": "^7.0.3",
"@nrwl/tao": "19.6.5",
"@nx/cypress": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/workspace": "20.1.4",
"@placeos/cloud-uploads": "^0.2.6-dev",
"@placeos/ts-client": "^3.25.22",
"@schematics/angular": "18.2.3",
"@sentry/browser": "^8.8.0",
"@types/jest": "29.5.12",
"@types/marked": "^6.0.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"@xterm/xterm": "^5.5.0",
"autoprefixer": "^10.4.16",
"blob-util": "^2.0.2",
"cypress": "13.14.2",
"date-fns": "^3.6.0",
"dotenv": "10.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"firacode": "^6.2.0",
"git-describe": "^4.0.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"js-yaml": "^4.1.0",
"marked": "^12.0.2",
"material-symbols": "^0.20.0",
"monaco-editor": "^0.44.0",
"mqtt": "^5.7.0",
"ng-mocks": "^14.13.0",
"nx": "20.1.4",
"postcss-preset-env": "^10.1.1",
"prettier": "2.7.1",
"quill": "^2.0.2",
"tailwindcss": "^3.4.4",
"ts-jest": "29.1.1",
"ts-md5": "^1.3.1",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"unique-names-generator": "^4.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PlaceOS/backoffice.git"
}
}