-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
95 lines (95 loc) · 3.19 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
{
"name": "@wearefrank/ladybug",
"version": "${project.version}",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config src/proxy.conf.json",
"startWithFF": "ng serve --proxy-config src/proxy.ff.conf.json --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"e2e": "start-server-and-test 'ng serve' 4200 cypress:run",
"e2e-interactive": "start-server-and-test 'ng serve' 4200 cypress:open",
"e2e-interactive-webjar": "cypress open --config baseUrl=http://localhost/ladybug/",
"e2e-webjar": "cypress run --config baseUrl=http://localhost/ladybug/",
"lint": "ng lint",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "18.1.1",
"@angular/cdk": "18.1.1",
"@angular/common": "18.1.1",
"@angular/compiler": "18.1.1",
"@angular/core": "18.1.1",
"@angular/forms": "18.1.1",
"@angular/localize": "18.1.1",
"@angular/material": "18.1.1",
"@angular/platform-browser": "18.1.1",
"@angular/platform-browser-dynamic": "18.1.1",
"@angular/router": "18.1.1",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@popperjs/core": "^2.11.8",
"@prettier/plugin-xml": "^3.2.2",
"ace-builds": "^1.36.5",
"angular-split": "^17.2.0",
"bootstrap": "4",
"bootstrap-icons": "^1.11.3",
"bower": "1.8.14",
"chai-colors": "^1.0.1",
"diff-match-patch": "1.0.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"font-awesome": "^4.7.0",
"monaco-editor": "0.48.0",
"ng-simple-file-tree": "^0.1.28",
"ngx-monaco-editor-v2": "17.0.1",
"path": "^0.12.7",
"prettier": "^3.4.2",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"xml-beautifier": "0.5.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.8",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "18.2.9",
"@angular/compiler-cli": "18.1.1",
"@types/bootstrap": "^4",
"@types/diff-match-patch": "1.0.36",
"@types/jasmine": "5.1.5",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai-match": "^1.1.1",
"cypress": "13.16.1",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.57.1",
"eslint-plugin-sonarjs": "^0.11.0",
"husky": "^9.1.6",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"start-server-and-test": "^2.0.8",
"typescript": "5.5.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/wearefrank/ladybug-frontend"
},
"packageManager": "[email protected]"
}