-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.83 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.83 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
{
"name": "erut-web",
"version": "0.0.0",
"description": "erupt front-end",
"author": "yuepeng <erupts@126.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/erupts/erupt-web.git"
},
"bugs": {
"url": "https://github.com/erupts/erupt-web/issues"
},
"homepage": "https://www.erupt.xyz",
"license": "Apache-2.0",
"keywords": [
"erupt",
"yuepeng",
"antd",
"ng-zorro-antd",
"ng-alain",
"angular"
],
"scripts": {
"ng-high-memory": "node --max_old_space_size=6000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o",
"build": "npm run ng-high-memory build",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"color-less": "ng-alain-plugin-theme -t=colorLess",
"theme": "ng-alain-plugin-theme -t=themeCss",
"icon": "ng g ng-alain:plugin icon"
},
"dependencies": {
"@angular/animations": "^20.0.0",
"@angular/cdk": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/router": "^20.0.0",
"@antv/g2plot": "^2.4.32",
"@antv/s2": "^2.5.0",
"@ctrl/tinycolor": "^4.1.0",
"@date-fns/tz": "^1.0.0",
"@delon/abc": "^20.0.0",
"@delon/auth": "^20.0.0",
"@delon/cache": "^20.0.0",
"@delon/form": "^20.0.0",
"@delon/theme": "^20.0.0",
"@delon/util": "^20.0.0",
"@micro-zoe/micro-app": "^1.0.0-rc.19",
"@ng-util/lazy": "^14.0.0",
"@ng-util/util": "^14.0.0",
"@panzoom/panzoom": "^4.6.0",
"@worktile/gantt": "^20.0.0",
"angular-gridster2": "^20.0.0",
"date-fns": "^4.0.0",
"eslint": "^9.0.0",
"font-awesome": "^4.7.0",
"html2canvas": "^1.4.1",
"intl": "^1.2.5",
"katex": "^0.16.21",
"highlight.js": "^11.11.1",
"lodash": "~4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^11.5.0",
"moment": "^2.29.4",
"monaco-editor": "^0.34.1",
"ng-zorro-antd": "^20.0.0",
"print-js": "^1.6.0",
"rxjs": "~7.8.0",
"screenfull": "^6.0.2",
"signature_pad": "^5.0.10",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"vditor": "^3.11.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-eslint/schematics": "^20.0.0",
"@angular-eslint/template-parser": "^20.0.0",
"@angular/build": "^20.0.0",
"@angular/cli": "~20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@angular/language-service": "^20.0.0",
"@types/lodash": "~4.17.15",
"@types/node": "^20.0.0",
"@typescript-eslint/types": "^8.0.0",
"@typescript-eslint/utils": "^8.0.0",
"less": "^4.2.0",
"node-fetch": "^2.6.1",
"source-map-explorer": "^2.5.2",
"ts-node": "~10.9.1",
"typescript": "~5.8.0",
"vite": "^7.3.0",
"vite-plugin-static-copy": "^3.1.4"
},
"lint-staged": {
"(src)/**/*.{html,ts}": [
"eslint --fix"
],
"(src)/**/*.less": [
"npm run lint:style"
]
}
}