-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 3.17 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
{
"name": "sapython-blog",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"cibuild": "npm run ci && npm run prebuild && ng build --configuration production && npm scully -- --scanRoute",
"build": "ng build --configuration production && npx scully -- --scanRoute",
"watch": "ng build --watch --configuration production",
"test": "ng test",
"cleanDist": "rd /s dist",
"genRes": "python .\\src\\pythonScripts\\generateAssets.py https://sapython-f016a.web.app/",
"scully": "npx scully --",
"scully:serve": "npx scully serve --",
"serve": "ng build --configuration production && npx scully --scanRoutes && npx scully serve --",
"deploy": "npm run prebuild && ng build --configuration production && npm run postbuild && npx scully -- --scanRoutes && firebase deploy --only hosting && npm run lighthouseTest && start https://sapython-f016a.web.app/",
"postbuild": "gzip dist/static/*.*",
"prebuild": "npm run cleanDist && npm run compressImages",
"compressImages": "gulp compressProjectImages compressAuthorImages compressPostImages compressUiImages compressPostHeaderImages compressActionWidgetImages compressTestimonialsImages",
"analyze": "source-map-explorer dist/SapythonBlog/**/*.js",
"lint": "ng lint",
"lighthouseTest": "python lighthouse.py"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/fire": "^7.3.0",
"@angular/forms": "~12.2.0",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/platform-server": "^12",
"@angular/router": "~12.2.0",
"@angular/service-worker": "~12.2.0",
"@ngrx/effects": "^12.5.1",
"@ngrx/store": "^12.5.1",
"@ngrx/store-devtools": "^12.5.1",
"@scullyio/init": "^2.1.32",
"@scullyio/ng-lib": "^2.1.32",
"@scullyio/platform-server": "^2.1.32",
"@scullyio/scully": "^2.1.32",
"@scullyio/scully-plugin-puppeteer": "^2.1.32",
"animejs": "^3.2.1",
"badwords-list": "^1.0.0",
"clipboard": "^2.0.10",
"firebase": "^9.6.11",
"ngx-lottie": "^7.1.0",
"prismjs": "^1.28.0",
"rxfire": "^6.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.17",
"@angular/cli": "^12.2.17",
"@angular/compiler-cli": "~12.2.0",
"@ngrx/schematics": "^13.1.0",
"@notiz/scully-plugin-lazy-images": "^0.5.0",
"@types/animejs": "^3.1.4",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.20.48",
"eslint-plugin-ngrx": "^2.0.0",
"gulp": "^4.0.2",
"gulp-imagemin": "^7.0.0",
"gulp-sharp-responsive": "^0.3.0",
"jasmine-core": "~3.8.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "~2.0.3",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"scully-plugin-amp-css": "^2.0.0",
"scully-plugin-canonical": "^2.0.0",
"scully-plugin-minify-html": "^6.0.0",
"typescript": "~4.3.5"
}
}