-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.98 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
{
"name": "sakai-ng",
"version": "21.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"format": "prettier --write \"**/*.{js,mjs,ts,mts,d.ts,html}\" --cache",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.9",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-browser-dynamic": "^21.2.9",
"@angular/router": "^21.2.9",
"@jsverse/transloco": "^8.3.0",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@primeuix/themes": "^2.0.3",
"@tailwindcss/postcss": "^4.1.11",
"@types/socket.io-client": "^1.4.36",
"chart.js": "4.4.2",
"echarts": "^6.1.0",
"marked": "^17.0.6",
"ngx-markdown": "^21.2.0",
"ngx-translate-multi-http-loader": "^20.0.0",
"primeclt": "^0.1.5",
"primeicons": "^7.0.0",
"primeng": "^21.1.6",
"quill": "^2.0.2",
"rxjs": "~7.8.0",
"socket.io-client": "^4.8.3",
"tailwindcss-primeui": "^0.6.1",
"tslib": "^2.8.1",
"ttf2woff2": "^8.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21",
"@angular/cli": "^21",
"@angular/compiler-cli": "^21.2.9",
"@types/jasmine": "~5.1.0",
"@types/xlsx": "^0.0.35",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.5.6",
"prettier": "^3.0.0",
"tailwindcss": "^4.1.11",
"typescript": "~5.9.3"
}
}