-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 3.11 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
{
"name": "rare-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=rare --port=4000",
"start:rare": "ng serve --configuration=rare --port=4000",
"start:brc4env": "ng serve --configuration=brc4env --port=4000",
"start:wheatis": "ng serve --configuration=wheatis --port=4100",
"start:wheatis-production": "ng serve --configuration=wheatis-production --port=4101",
"start:faidare": "ng serve --configuration=faidare --port=4200",
"build": "ng build --configuration=production,rare-production --no-progress",
"build:rare": "ng build --configuration=production,rare-production --no-progress",
"build:brc4env": "ng build --configuration=production,brc4env-production --no-progress",
"build:wheatis": "ng build --configuration=production,wheatis-production --no-progress",
"build:faidare": "ng build --configuration=production,faidare-production --no-progress",
"test": "ng test --code-coverage --no-progress --no-watch",
"test-multi-browsers": "ng test --code-coverage --no-progress --no-watch -c test-multi-browsers",
"lint": "mkdir -p build && ng lint > build/eslint-result.txt",
"e2e": "ng e2e",
"e2e:standalone": "ng e2e --headless --no-watch --browser=chrome",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"format": "prettier --write \"{src,cypress}/**/*.+(ts|js|json|html|scss)\"",
"knip": "npx knip --fix-type exports,types --exclude dependencies,unlisted,files,binaries --tags=knipignore"
},
"private": true,
"dependencies": {
"@angular/common": "18.1.2",
"@angular/compiler": "18.1.2",
"@angular/core": "18.1.2",
"@angular/forms": "18.1.2",
"@angular/localize": "18.1.2",
"@angular/platform-browser": "18.1.2",
"@angular/platform-browser-dynamic": "18.1.2",
"@angular/router": "18.1.2",
"@cypress/schematic": "2.5.2",
"@ng-bootstrap/ng-bootstrap": "17.0.0",
"@ngx-translate/core": "15.0.0",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"font-awesome": "4.7.0",
"marked": "13.0.2",
"ngx-markdown": "18.0.0",
"prismjs": "1.29.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.2",
"@angular/cli": "18.1.2",
"@angular/compiler-cli": "18.1.2",
"@angular/language-service": "18.1.2",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"angular-eslint": "18.1.0",
"cypress": "13.13.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-prettier": "5.2.1",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-junit-reporter": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha-spec-json-output-reporter": "1.1.7",
"ngx-speculoos": "12.0.1",
"prettier": "3.3.3",
"typescript": "5.5.4"
}
}