-
Notifications
You must be signed in to change notification settings - Fork 449
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.33 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.33 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "doubtfire",
"version": "11.0.0-45",
"homepage": "http://github.com/doubtfire-lms/",
"description": "Learning and feedback tool.",
"license": "AGPL-3.0",
"repository": {},
"engines": {
"node": ">=22.22.3"
},
"scripts": {
"build": "ng build",
"build:angular18": "ng build",
"lint:fix": "ng lint --fix",
"lint": "ng lint --max-warnings 0",
"serve:angular18": "export NG_FORCE_TTY=false && export NODE_OPTIONS=--max_old_space_size=4096 && ng serve --poll=2000 --configuration $NODE_ENV --proxy-config proxy.conf.json",
"format": "prettier --write .",
"start": "npm-run-all serve:angular18",
"deploy:build2api": "ng build --delete-output-path=true --optimization=true --configuration production --output-path dist",
"deploy:build2api:sourcemaps": "ng build --delete-output-path=true --optimization=true --configuration production --source-map=true --output-path dist",
"sentry:sourcemaps": "node scripts/upload-sentry-sourcemaps.js",
"deploy": "run-s -l deploy:build2api",
"prepare": "husky install",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress",
"typecheck": "ngc -p src/tsconfig.app.json --noEmit"
},
"keywords": [],
"author": "",
"dependencies": {
"@angular/animations": "^22.0.3",
"@angular/cdk": "^22.0.2",
"@angular/common": "^22.0.3",
"@angular/compiler": "^22.0.3",
"@angular/core": "^22.0.3",
"@angular/forms": "^22.0.3",
"@angular/material": "^22.0.2",
"@angular/material-date-fns-adapter": "^22.0.2",
"@angular/platform-browser": "^22.0.3",
"@angular/platform-browser-dynamic": "^22.0.3",
"@angular/router": "^22.0.3",
"@angular/service-worker": "^22.0.3",
"@ctrl/ngx-emoji-mart": "^9.3.0",
"@eslint/js": "^10.0.1",
"@ngneat/hotkeys": "^4.0.0",
"@ngstack/code-editor": "^9.0.0",
"@sentry/angular": "^10.61.0",
"@sentry/cli": "^3.5.1",
"@swimlane/ngx-charts": "^20.5.0",
"@tailwindcss/postcss": "^4.3.2",
"@worktile/gantt": "^21.0.0",
"angular-calendar": "^0.32.2",
"ansi-to-html": "^0.7.2",
"canvas-confetti": "^1.9",
"d3": "^7.9.0",
"date-fns": "^4.4.0",
"dompurify": "^3.4.11",
"html2canvas": "^1.0.0-rc.7",
"html5-qrcode": "^2.3.8",
"jszip": "^3.10.1",
"lottie-web": "^5.13.0",
"marked": "^18.0.5",
"moment": "^2.30",
"monaco-editor": "^0.55.1",
"ng-flex-layout": "^17.3.7-beta.1",
"ng2-pdf-viewer": "10.2.2",
"ngx-entity-service": "^0.0.44",
"ngx-lottie": "^22.0.0",
"ngx-monaco-editor-v2-alternative": "^22.0.0",
"ngx-skeleton-loader": "^13.0.0",
"qrcode": "^1.5.4",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"typescript-eslint": "^8.62.0",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-eslint/builder": "^22.0.0",
"@angular-eslint/eslint-plugin": "^22.0.0",
"@angular-eslint/eslint-plugin-template": "^22.0.0",
"@angular-eslint/schematics": "^22.0.0",
"@angular-eslint/template-parser": "^22.0.0",
"@angular/build": "^22.0.4",
"@angular/cli": "^22.0.4",
"@angular/compiler-cli": "^22.0.3",
"@angular/language-service": "^22.0.3",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.1.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/canvas-confetti": "^1.6.0",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"@types/node": "^26.0.1",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.62.1",
"angular-eslint": "^22.0.0",
"autoprefixer": "^10.5.2",
"concurrently": "^10.0.3",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-tailwindcss": "^4.0.4",
"husky": "^9.1.7",
"ip": "^2.0.1",
"jsdom": "^29.1.1",
"npm-run-all2": "^9.0.2",
"postcss": "^8.5.16",
"postcss-scss": "^4.0.9",
"prettier": "^3.8.4",
"sass": "^1.101.0",
"tailwindcss": "^4.3.1",
"ts-node": "~10.9",
"typescript": "~6.0.3",
"vitest": "^4.1.9"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "^23.0.1",
"@nx/nx-darwin-x64": "^23.0.1",
"@nx/nx-linux-arm64-gnu": "^23.0.1",
"@nx/nx-linux-x64-gnu": "^23.0.1",
"@nx/nx-win32-x64-msvc": "^23.0.1",
"@rollup/rollup-linux-arm64-gnu": "^4.62.2",
"@rollup/rollup-linux-x64-gnu": "^4.62.2"
}
}