-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 4.1 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
{
"name": "managesystem",
"version": "1.3.0",
"scripts": {
"build": "npm run build:pug && npm run ng -- build --configuration production --build-optimizer=true --statsJson=true && npm run build:version",
"build:debug": "npm run build:pug && npm run ng -- build --configuration production --source-map --build-optimizer=true --statsJson=true && npm run build:version",
"build:pug": "node scripts/build-pug.js",
"build:version": "node scripts/version.js",
"bundle-report": "webpack-bundle-analyzer dist/managesystem/stats-es2015.json",
"docker:build": "node scripts/docker/docker-build.js",
"docker:run": "node scripts/docker/docker-run.js",
"e2e": "npm run ng -- e2e",
"generate:component": "ng generate @sbpro/ng:component",
"generate:directive": "ng generate @sbpro/ng:directive",
"generate:module": "ng generate @sbpro/ng:module",
"generate:service": "ng generate @sbpro/ng:service",
"lint:fix": "npm run ng -- lint --fix",
"lint": "npm run ng -- lint",
"ng": "cross-env NODE_OPTIONS=--max_old_space_size=2048 ./node_modules/.bin/ng",
"serve": "static-server dist/managesystem",
"start": "node scripts/start.js",
"test": "npm run ng -- test"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.2",
"@angular/cdk": "^11.2.12",
"@angular/common": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/core": "12.2.2",
"@angular/forms": "12.2.2",
"@angular/material": "^11.2.12",
"@angular/platform-browser": "12.2.2",
"@angular/platform-browser-dynamic": "12.2.2",
"@angular/router": "12.2.2",
"@fortawesome/angular-fontawesome": "0.8.0",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-regular-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@ng-bootstrap/ng-bootstrap": "8.0.0",
"@ng-idle/core": "^10.0.0-beta.1",
"@ng-idle/keepalive": "^10.0.0-beta.1",
"@prettier/plugin-pug": "1.10.1",
"angular-environment": "^1.0.8",
"chart.js": "^2.9.4",
"crypto-js": "^4.1.1",
"hammerjs": "^2.0.8",
"ngx-bootstrap": "^6.2.0",
"object-hash": "2.0.3",
"rxjs": "^7.3.0",
"rxjs-compat": "^6.6.7",
"tslib": "2.0.3",
"uuid": "8.3.1",
"webpack-bundle-analyzer": "4.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.2",
"@angular-eslint/builder": "4.3.0",
"@angular-eslint/eslint-plugin": "4.3.0",
"@angular-eslint/eslint-plugin-template": "4.3.0",
"@angular-eslint/schematics": "4.3.0",
"@angular-eslint/template-parser": "4.3.0",
"@angular/cli": "^12.2.2",
"@angular/compiler-cli": "12.2.2",
"@angular/language-service": "12.2.2",
"@angular/localize": "^12.2.2",
"@inip/static-server": "1.0.1",
"@sbpro/ng": "1.4.2",
"@types/chart.js": "2.9.28",
"@types/crypto-js": "^4.0.2",
"@types/jasmine": "3.6.1",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.14.8",
"@types/object-hash": "1.3.4",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"bootstrap": "^4.5.3",
"chokidar": "3.4.3",
"concurrently": "5.3.0",
"cross-env": "7.0.2",
"eslint": "^7.6.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "^6.3.4",
"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",
"prettier": "2.1.2",
"protractor": "7.0.0",
"pug": "^3.0.2",
"pug-lint": "2.6.0",
"shelljs": "0.8.4",
"ts-node": "9.0.0",
"typescript": "4.3.5"
},
"description": "SB Admin Angular is a free and open-sourced Bootstrap themed Angular 9 starter project.",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chil2020/ManageSystem2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chil2020/ManageSystem2/issues"
},
"homepage": "https://github.com/chil2020/ManageSystem2#readme"
}