-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 3.26 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
{
"name": "ai4-dashboard",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 8080 -c production-ai4eosc",
"build-ai4eosc-dev": "ng build --configuration development-ai4eosc",
"build-ai4eosc-prod": "ng build --configuration production-ai4eosc",
"build-ai4eosc-tutorials": "ng build --configuration tutorials-ai4eosc",
"build-ai4eosc-ai4life": "ng build --configuration ai4life-ai4eosc",
"build-imagine-dev": "ng build --configuration development-imagine",
"build-imagine-prod": "ng build --configuration production-imagine",
"generate-version-file": "npx ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\" version_generate.ts",
"watch": "ng build --watch --configuration development",
"test": "jest --verbose --coverage --maxWorkers=50%",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "ng lint",
"format": "npx prettier \"src/**/*.{js,jsx,ts,tsx,html,css,scss}\" --write",
"prepare": "husky install",
"cy:open": "cypress open"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.9",
"@angular/cdk": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/material": "^18.2.10",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/router": "^18.2.9",
"@grycap/oscar-js": "^2.3.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"angular-oauth2-oidc": "^15.0.1",
"ci": "^2.3.0",
"cookieconsent": "^3.1.1",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.4.5",
"echarts": "^5.4.3",
"js-yaml": "^4.1.0",
"marked": "^12.0.2",
"ngx-cookie-service": "^18.0.0",
"ngx-cookieconsent": "^5.0.0",
"ngx-echarts": "^15.0.3",
"ngx-markdown": "^18.1.0",
"ol": "^9.1.0",
"prettier": "^3.3.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"unique-names-generator": "^4.7.1",
"xng-breadcrumb": "^9.0.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.10",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@types/dedent": "^0.7.2",
"@types/jest": "^29.5.2",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^4.0.8",
"@types/ol": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"cypress": "^13.9.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-preset-angular": "^14.2.4",
"ts-dedent": "^2.2.0",
"typescript": "5.4"
}
}