-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
105 lines (105 loc) · 3.83 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
{
"name": "web-ui-template",
"description": "Web UI Template is a modern, responsive, and customizable web UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.",
"version": "5.0.1",
"license": "MIT",
"scripts": {
"buildLocal": "ng build --configuration=local --localize",
"buildLocalToStagingApi": "ng build --configuration=local-to-staging-api --localize",
"buildStaging": "ng build --configuration=staging --localize",
"buildProd": "ng build --configuration=production --localize",
"e2e": "ng e2e",
"heroku-postbuild": "bash heroku.sh",
"lint": "ng lint",
"sitemap": "node src/sitemap-generator.ts > seo/sitemap.xml",
"ng": "ng",
"startLocal": "ng serve --configuration=local --port 4201",
"startLocalFromIPhone": "ng serve --configuration=local --port 4201 --host 0.0.0.0 --disable-host-check true",
"startLocalToStagingApi": "ng serve --configuration=local-to-staging-api --port 4201",
"startLocalFromIPhoneToStagingApi": "ng serve --configuration=local-to-staging-api --port 4201 --host 0.0.0.0 --disable-host-check true",
"startStaging": "node server.js --configuration=staging",
"start": "node server.js --configuration=production",
"outdated": "node src/dependency-checker.ts > docs/OUTDATED.md",
"test": "ng test",
"updateMessages": "ng extract-i18n && node ./src/messages-generator.js",
"serve:local:en": "ng serve -c=local",
"serve:local:fr": "ng serve -c=fr"
},
"dependencies": {
"@angular/animations": "^15.1.0",
"@angular/cdk": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"@angular/service-worker": "^15.1.0",
"@fortawesome/fontawesome-free": "^6.2.1",
"@open-template-hub/animated-code-editor": "^5.0.1",
"@open-template-hub/button": "^5.0.1",
"@open-template-hub/card": "^5.0.1",
"@open-template-hub/countdown": "^5.0.1",
"@open-template-hub/hero": "^5.0.1",
"@open-template-hub/led": "^5.0.1",
"@stripe/stripe-js": "^1.46.0",
"compression": "^1.7.4",
"countup.js": "^2.3.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"helmet": "^6.0.1",
"ics": "^2.41.0",
"jsdom": "^21.0.0",
"mixpanel-browser": "^2.45.0",
"ngx-image-cropper": "^6.3.2",
"ngx-markdown": "^15.1.0",
"ngx-toastr": "^16.0.2",
"path": "^0.12.7",
"rxjs": "^7.8.0",
"simple-icons": "^8.2.0",
"socket.io-client": "^4.5.4",
"swiper": "^8.4.5",
"tslib": "^2.4.1",
"xmlserializer": "^0.6.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.1",
"@angular/cli": "^15.1.1",
"@angular/compiler-cli": "^15.1.0",
"@angular/language-service": "^15.1.0",
"@angular/localize": "^15.1.0",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^18.11.18",
"codelyzer": "^6.0.2",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "^7.0.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.9.4"
},
"git repository": "https://github.com/open-template-hub/web-ui-template",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/web-ui-template.git"
},
"keywords": [
"angular",
"template",
"ui-components",
"angular-components",
"web",
"web-ui",
"open-template-hub"
]
}