-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.95 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
{
"name": "bh-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"postinstall": "ngcc --properties es2015 browser module main",
"upgrade": "ng update | awk -v re='@[[:alnum:]]' '$0 ~ re {printf $1 \" \"}' | xargs ng update --force=true && yarn upgrade-interactive",
"image-server:shovon": "cd /home/shovon/ecom/ecom-image && http-server -p 2999 ./",
"image-server:pavel": "cd /home/pavel/projects/ecom/ecom-image && http-server -p 2999 ./",
"image-server:anik": "cd /home/anik/Workspace/ecom/ecom-image && http-server -p 2999 ./",
"start": "ng serve --port 3201 -o",
"build": "node --max_old_space_size=4048 ./node_modules/@angular/cli/bin/ng build --configuration production --aot --build-optimizer",
"postbuild": "gzip-all \"bh-frontend/*.*\"",
"only:build": "ng build --configuration production --aot",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e",
"build-serve": "node --max_old_space_size=4048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 3201 -o",
"build-serve-high": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 3201 -o",
"build-local": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular/animations": "~13.2.0",
"@angular/cdk": "^13.2.4",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.2.0",
"@angular/material": "^13.2.4",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@auth0/angular-jwt": "^5.0.2",
"@kolkov/angular-editor": "^2.0.0",
"@ngtools/webpack": "^13.2.5",
"angularx-social-login": "^4.0.1",
"bootstrap": "^5.1.3",
"font-awesome": "^4.7.0",
"ngx-captcha": "^11.0.0",
"ngx-mat-select-search": "^4.0.2",
"node-sass-json-importer": "^4.3.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.5",
"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"compression-webpack-plugin": "^9.2.0",
"gzip-all": "^1.0.0",
"http-server": "^14.1.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"node-sass": "^7.0.1",
"protractor": "~7.0.0",
"ts-node": "~10.5.0",
"typescript": "~4.5.2"
}
}