-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "MyEcommerceApp",
"version": "4.7.1",
"private": true,
"license": "MIT",
"scripts": {
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"hmr": "ng serve --host 0.0.0.0 --port 4200 --hmr",
"lint": "tslint --force --project src/tsconfig.json src/**/*.ts -t verbose",
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 4200",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^15.0.3",
"@angular/common": "^15.0.3",
"@angular/compiler": "^15.0.3",
"@angular/core": "^15.0.3",
"@angular/forms": "^15.0.3",
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/router": "^15.0.3",
"@aspnet/signalr": "^1.1.4",
"@fortawesome/fontawesome-free": "^6.2.1",
"abp-ng2-module": "8.0.0",
"abp-web-resources": "^5.7.0",
"admin-lte-css-only": "^3.2.0",
"core-js": "^3.26.1",
"famfamfam-flags": "^1.0.0",
"lodash-es": "^4.17.15",
"moment": "2.29.4",
"moment-timezone": "0.5.40",
"ngx-bootstrap": "^9.0.0",
"ngx-pagination": "^6.0.3",
"primeicons": "^6.0.1",
"primeng": "^15.4.1",
"push.js": "1.0.12",
"rxjs": "^7.6.0",
"sweetalert2": "^11.6.15",
"ts-helpers": "^1.1.2",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.3",
"@angular/cli": "^15.0.3",
"@angular/compiler-cli": "^15.0.3",
"@angularclass/hmr": "^3.0.0",
"@types/jasmine": "~4.3.1",
"@types/lodash-es": "^4.17.6",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^18.11.15",
"ajv": "^7.2.4",
"codelyzer": "^6.0.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"nswag": "^13.18.1",
"protractor": "~7.0.0",
"ts-node": "^10.9.1",
"tslint": "~6.1.0",
"typescript": "4.8.4",
"webpack-bundle-analyzer": "^4.7.0"
},
"angular-cli": {}
}