-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.94 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.94 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
{
"name": "app",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "ng serve -o --proxy-config proxy.conf.json",
"build": "ng build --configuration production",
"e2e": "playwright test",
"test": "jest"
},
"dependencies": {
"@angular/cdk": "21.2.0",
"@angular/common": "21.2.0",
"@angular/core": "21.2.0",
"@angular/forms": "21.2.0",
"@angular/platform-browser": "21.2.0",
"@angular/platform-server": "21.2.0",
"@angular/router": "21.2.0",
"@angular/ssr": "21.2.0",
"@tailwindcss/postcss": "4.1.18",
"dompurify": "3.3.1",
"marked": "17.0.1",
"ngx-ace-signal": "21.0.0",
"ngx-image-cropper": "9.1.5",
"ngx-tinymce": "21.0.0",
"postcss": "8.5.6",
"rxjs": "7.8.2",
"socket.io-client": "4.8.1",
"tailwindcss": "4.1.18",
"tinymce": "8.2.2",
"tslib": "2.3.0",
"wacom": "21.2.1"
},
"devDependencies": {
"@angular-eslint/builder": "21.2.0",
"@angular-eslint/eslint-plugin": "21.2.0",
"@angular-eslint/eslint-plugin-template": "21.2.0",
"@angular-eslint/schematics": "21.2.0",
"@angular-eslint/template-parser": "21.2.0",
"@angular/build": "21.2.0",
"@angular/cli": "21.2.0",
"@angular/compiler": "21.2.0",
"@angular/compiler-cli": "21.2.0",
"@eslint/config-array": "0.21.0",
"@eslint/object-schema": "2.1.6",
"@playwright/test": "1.55.1",
"@types/dompurify": "3.0.5",
"@types/express": "5.0.1",
"@types/jest": "30.0.0",
"@types/node": "20.17.19",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"baseline-browser-mapping": "2.9.19",
"eslint": "9.31.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.1",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "15.0.3",
"ng-packagr": "21.0.0",
"prettier": "3.6.2",
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"zone.js": "0.16.0"
},
"overrides": {
"glob": "13.0.6",
"hono": "4.12.3",
"minimatch": "10.2.4",
"rollup": "4.59.0"
}
}