-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.91 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
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": "ng-yunzai",
"version": "18.3.0",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "yunzai-bot <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/hbyunzai/ng-yunzai.git"
},
"bugs": {
"url": "https://github.com/hbyunzai/ng-yunzai/issues"
},
"homepage": "https://ng.yunzainfo.com",
"license": "MIT",
"keywords": [
"yelon",
"antd",
"ng-zorro-antd",
"angular",
"component",
"scaffold"
],
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o",
"hmr": "ng s -o --hmr",
"build": "npm run ng-high-memory build",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "ng lint --fix",
"lint:style": "npx stylelint 'src/**/*.less'",
"e2e": "ng e2e",
"test": "ng test --watch",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "ng-yunzai-plugin-theme -t=colorLess",
"theme": "ng-yunzai-plugin-theme -t=themeCss",
"icon": "ng g ng-yunzai:plugin icon",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@stomp/rx-stomp": "^2.0.0",
"@stomp/stompjs": "^7.0.0",
"@yelon/abc": "^18.3.0",
"@yelon/acl": "^18.3.0",
"@yelon/auth": "^18.3.0",
"@yelon/bcs": "^18.3.0",
"@yelon/bis": "^18.3.0",
"@yelon/cache": "^18.3.0",
"@yelon/chart": "^18.3.0",
"@yelon/form": "^18.3.0",
"@yelon/mock": "^18.3.0",
"@yelon/socket": "^18.3.0",
"@yelon/theme": "^18.3.0",
"@yelon/util": "^18.3.0",
"ng-zorro-antd": "^18.1.1",
"ngx-tinymce": "^18.0.0",
"rxjs": "~7.8.0",
"screenfull": "^6.0.2",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
"@angular-eslint/builder": "^18.3.1",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/schematics": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "^18.2.7",
"@angular/compiler-cli": "^18.2.0",
"@angular/language-service": "^18.2.0",
"@ng-util/monaco-editor": "^18.0.0",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.13",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@yelon/testing": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsdoc": "~50.3.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.2.1",
"husky": "^9.1.5",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "^7.0.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",
"lint-staged": "^15.2.9",
"ng-yunzai": "^18.3.0",
"ng-yunzai-plugin-theme": "latest",
"ngx-tinymce": "^18.0.0",
"prettier": "^3.3.3",
"protractor": "~7.0.0",
"source-map-explorer": "^2.5.3",
"stylelint": "^16.8.2",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.2"
},
"lint-staged": {
"(src)/**/*.{html,ts}": [
"eslint --fix"
],
"(src)/**/*.less": [
"npm run lint:style"
]
}
}