-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.91 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.91 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
{
"name": "knowledgebuilder",
"version": "0.3.280",
"author": {
"name": "Alva Chien",
"email": "alvachien@163.com",
"url": "https://github.com/alvachien"
},
"description": "Knowledge & Habit Builder, a web application helps everyone to build the knowledge and habit.",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl true -o --ssl-key ssl/server.key --ssl-cert ssl/server.crt",
"build": "ng build",
"build-ali": "ng build --base-href=/math/",
"build-github": "ng build -c github",
"test": "ng test",
"devtest": "ng test --code-coverage",
"test-headless": "ng test --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy-github": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages",
"upgrade16": "ng update @angular/core@16 @angular/cli@16 @angular/material@16 @angular-eslint/schematics@16"
},
"private": true,
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@angular/animations": "^16.1.4",
"@angular/cdk": "^16.1.4",
"@angular/common": "^16.1.4",
"@angular/compiler": "^16.1.4",
"@angular/core": "^16.1.4",
"@angular/forms": "^16.1.4",
"@angular/material": "^16.1.4",
"@angular/material-moment-adapter": "^16.1.4",
"@angular/platform-browser": "^16.1.4",
"@angular/platform-browser-dynamic": "^16.1.4",
"@angular/router": "^16.1.4",
"@ng-util/monaco-editor": "^16.0.1",
"@ngneat/transloco": "^4.3.0",
"actslib": "^0.5.66",
"angular-auth-oidc-client": "^15.0.2",
"bootstrap": "^5.3.0",
"echarts": "^5.4.1",
"echarts-wordcloud": "^2.0.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"katex": "^0.16.0",
"marked": "^4.2.12",
"moment": "^2.29.4",
"monaco-editor": "^0.44.0",
"ngx-echarts": "^15.0.3",
"ngx-markdown": "^16.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.4.0",
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "^16.1.4",
"@angular/compiler-cli": "^16.1.4",
"@types/echarts": "^4.9.16",
"@types/jasmine": "^4.3.0",
"@types/marked": "^4.0.8",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"prettier": "^2.8.5",
"prettier-eslint": "^15.0.1",
"typescript": "^4.9.5"
}
}