forked from surmon-china/angular-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.42 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
{
"name": "angular-admin",
"version": "3.4.2",
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://surmon.me"
},
"private": false,
"homepage": "https://github.com/surmon-china/angular-admin",
"license": "MIT",
"scripts": {
"ng": "ng",
"dev": "ng serve --proxy-config proxy.dev.conf.json",
"dev:online": "ng serve --proxy-config proxy.prod.conf.json",
"build": "ng build --prod --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"local:tar": "rm -rf ./product/www.tar.gz && tar -zcvf ./product/www.tar.gz -C ./dist/angular-admin .",
"local:build:tar": "npm run build && npm run local:tar",
"local:deploy": "npm run local:build:tar && sh .deploy/decompression.sh",
"local:server": "http-server ./dist/angular-admin"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/angular-admin.git"
},
"bugs": {
"url": "https://github.com/surmon-china/angular-admin/issues"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5"
},
"dependencies": {
"@angular/animations": "~11.0.5",
"@angular/common": "~11.0.5",
"@angular/compiler": "~11.0.5",
"@angular/core": "~11.0.5",
"@angular/forms": "~11.0.5",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "~11.0.5",
"@angular/platform-browser-dynamic": "~11.0.5",
"@angular/router": "~11.0.5",
"@ngx-loading-bar/core": "^5.1.1",
"@ngx-loading-bar/http-client": "^5.1.1",
"ali-oss": "^6.12.0",
"angular2-notifications": "^9.0.0",
"animate.css": "^4.1.1",
"bootstrap": "^4.5.3",
"codemirror": "^5.59.0",
"core-js": "^3.8.1",
"gravatar": "^1.8.1",
"highlight.js": "^10.4.1",
"ionicons": "^5.2.3",
"js-base64": "^3.6.0",
"loaders.css": "^0.1.2",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"ngx-bootstrap": "^6.2.0",
"normalize.css": "^8.0.1",
"rxjs": "~6.6.3",
"rxjs-compat": "^6.6.3",
"sass-loader": "^10.1.0",
"store.js": "^1.0.4",
"tslib": "^2.0.3",
"ua-parser-js": "^0.7.23",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.5",
"@angular/cli": "~11.0.5",
"@angular/compiler-cli": "~11.0.5",
"@angular/language-service": "~11.0.5",
"@types/ali-oss": "^6.0.5",
"@types/codemirror": "^0.0.102",
"@types/gravatar": "^1.8.1",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
"@types/js-base64": "^3.0.0",
"@types/node": "~14.14.14",
"@types/systemjs": "^6.1.0",
"@types/ua-parser-js": "^0.7.35",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"typescript": "~4.0.5",
"eslint": "^7.16.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.9",
"eslint-plugin-prefer-arrow": "1.2.2",
"@angular-eslint/builder": "0.8.0-beta.6",
"@angular-eslint/eslint-plugin": "0.8.0-beta.6",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.6",
"@angular-eslint/schematics": "^0.8.0-beta.6",
"@angular-eslint/template-parser": "0.8.0-beta.6",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0"
}
}