-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.19 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 3.19 KB
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
{
"name": "sales-website",
"version": "0.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201 --extra-webpack-config webpack.partial.js -o",
"build": "ng build --extra-webpack-config webpack.partial.js -o && npm run scully",
"build:prod": "ng build --prod --extra-webpack-config webpack.partial.js -o && npm run g:robots && npm run scully",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"scully": "scully --scanRoutes",
"scully:serve": "scully serve --scanRoutes",
"deploy": "npm run build:prod && firebase deploy",
"g:robots": "generate-robotstxt dist/sales-website/robots.txt"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0",
"@angular/cdk": "^10.1.2",
"@angular/common": "~9.0.0",
"@angular/compiler": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/fire": "^6.0.2",
"@angular/forms": "~9.0.0",
"@angular/material": "^10.1.3",
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@angular/service-worker": "~9.0.0",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@gilsdav/ngx-translate-router": "^3.1.0",
"@gilsdav/ngx-translate-router-http-loader": "^1.1.2",
"@gilsdav/ngx-translate-router-scully-plugin": "^0.0.2",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^5.0.0",
"@scullyio/init": "0.0.28",
"@scullyio/ng-lib": "0.0.27",
"@scullyio/scully": "0.0.102",
"aos": "^2.3.4",
"bootstrap": "^4.5.0",
"fast-xml-parser": "^3.17.4",
"firebase": "^7.16.1",
"jquery": "^3.5.1",
"jquery-sticky": "^1.0.4",
"ngx-bootstrap": "^5.6.1",
"ngx-build-plus": "^10.1.1",
"ngx-facebook": "^3.0.0-0",
"ngx-page-scroll": "7.0.1",
"ngx-page-scroll-core": "7.0.1",
"ngx-seo": "^5.0.0",
"ngx-sharebuttons": "^8.0.1",
"ngx-spinner": "^9.0.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1000.3",
"@angular-devkit/build-angular": "^0.901.11",
"@angular/cli": "~9.0.1",
"@angular/compiler-cli": "~9.0.0",
"@angular/language-service": "~9.0.0",
"@gammastream/scully-plugin-http404": "^1.0.3",
"@gammastream/scully-plugin-sitemap": "^1.0.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.51",
"codelyzer": "^5.1.2",
"firebase-tools": "^8.6.0",
"fuzzy": "^0.1.3",
"generate-robotstxt": "^8.0.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"open": "^7.1.0",
"prettier": "^2.0.5",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5"
}
}