-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.93 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": "ror-web",
"version": "0.1.0",
"commit": "FFFFFF",
"scripts": {
"ng": "ng",
"start": "ng serve --port 11000",
"start:paw": "ng serve --configuration development --port $ADMIN_PORT",
"build": "ng build --configuration development",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:headless": "ng test --watch=false --browsers=Headless --code-coverage=true",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox --code-coverage=true --source-map=false",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx,html,css}' --quiet --fix",
"checkformat": "prettier 'src/**/*.{js,jsx,ts,tsx,html,css}' --check",
"format": "prettier 'src/**/*.{js,jsx,ts,tsx,html,css}' --write",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/service-worker": "^18.2.12",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@rork8s/ror-resources": "^0.0.6",
"angular-oauth2-oidc": "^17.0.2",
"chart.js": "^4.4.7",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"highlight.js": "^11.11.1",
"jwt-decode": "^4.0.0",
"ngx-clipboard": "^16.0.0",
"ngx-highlightjs": "^12.0.0",
"ngx-sse-client": "^18.0.0",
"primeicons": "^7.0.0",
"primeng": "17.18.15",
"rxjs": "~7.8.1",
"tailwind-highlightjs": "^2.0.1",
"tslib": "^2.8.1",
"uuid": "^11.0.5",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "18.4.2",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/schematics": "^18.4.3",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@types/jasmine": "~5.1.5",
"@types/node": "^22.10.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"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",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "~5.5.4"
}
}