-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
83 lines (83 loc) · 2.57 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
{
"name": "erut-web",
"version": "0.0.0",
"description": "erupt framework front-end",
"author": "yuepeng <[email protected]>",
"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 License 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": "^15.2.0",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@antv/g2plot": "^2.4.25",
"@delon/abc": "^15.2.1",
"@delon/auth": "^15.2.1",
"@delon/cache": "^15.2.1",
"@delon/form": "^15.2.1",
"@delon/theme": "^15.2.1",
"@delon/util": "^15.2.1",
"@ng-util/lazy": "^14.0.0",
"@ng-util/util": "^14.0.0",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"moment": "^2.29.4",
"monaco-editor": "^0.34.1",
"ng-zorro-antd": "^15.1.0",
"rxjs": "~7.5.0",
"screenfull": "^6.0.2",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.0",
"@angular-eslint/schematics": "^15.2.1",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@angular/language-service": "^15.2.0",
"@types/node": "^12.11.1",
"node-fetch": "^2.6.1",
"source-map-explorer": "^2.5.2",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
},
"lint-staged": {
"(src)/**/*.{html,ts}": [
"eslint --fix"
],
"(src)/**/*.less": [
"npm run lint:style"
]
}
}