-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.18 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
94
{
"name": "corifeus-app-web-pages",
"version": "2026.4.112",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v24.16.0",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "22.0.0"
},
"description": "🕸️ Corifeus App Web Pages",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr --host 0.0.0.0",
"build": "grunt",
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/corifeus-app-web-pages/stats.json",
"test": "npm run build",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node node_modules/corifeus-builder/src/utils/twemoji-install.js",
"build:ssr": "ng build",
"serve:ssr": "node dist/corifeus-app-web-pages/server/server.mjs",
"start:ssr": "yarn build:ssr && yarn serve:ssr",
"dev:ssr": "ng serve --host 0.0.0.0",
"serve:ssr:corifeus-app-web-pages": "node dist/corifeus-app-web-pages/server/server.mjs"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus-app-web-pages.git"
},
"keywords": [
"corifeus",
"pages"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"bugs": {
"url": "https://github.com/patrikx3/corifeus-app-web-pages/issues"
},
"homepage": "https://corifeus.com/corifeus-app-web-pages",
"dependencies": {
"@angular/animations": "^22.0.0",
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/material": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/platform-browser-dynamic": "^22.0.0",
"@angular/platform-server": "^22.0.0",
"@angular/router": "^22.0.0",
"@angular/service-worker": "22.0.0",
"@angular/ssr": "^22.0.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"@types/marked": "^6.0.0",
"@types/node": "^25.9.2",
"emoji-regex": "^10.6.0",
"express": "^5.2.1",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.8",
"lodash": "^4.18.1",
"marked": "=18.0.5",
"material-design-icons": "^3.0.1",
"ngx-bot-ssr": "^2026.4.108",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"twemoji": "=14.0.2",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@fontsource/roboto": "^5.2.10",
"@fontsource/roboto-mono": "^5.2.9",
"@types/express": "^5.0.6",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.2",
"corifeus-builder": "^2026.4.161",
"istanbul-lib-instrument": "^6.0.3",
"playwright": "^1.60.0",
"ts-node": "~10.9.2",
"typescript": "~6.0.3",
"webpack-bundle-analyzer": "^5.3.0"
},
"engines": {
"node": ">=12.13.0"
}
}