-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.58 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
{
"name": "corifeus-app-web-pages",
"version": "2025.4.119",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v22.13.0",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "19.1.1"
},
"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"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus-app-web-pages.git"
},
"keywords": [
"corifeus",
"pages"
],
"author": "Patrik Laszlo <[email protected]>",
"bugs": {
"url": "https://github.com/patrikx3/corifeus-app-web-pages/issues"
},
"homepage": "https://corifeus.com/corifeus-app-web-pages",
"dependencies": {
"@angular/animations": "^19.1.2",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.1.2",
"@angular/compiler": "^19.1.2",
"@angular/core": "^19.1.2",
"@angular/forms": "^19.1.2",
"@angular/material": "^19.1.0",
"@angular/platform-browser": "^19.1.2",
"@angular/platform-browser-dynamic": "^19.1.2",
"@angular/router": "^19.1.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@types/marked": "^6.0.0",
"@types/node": "^22.10.7",
"emoji-regex": "^10.4.0",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"marked": "=15.0.6",
"material-design-icons": "^3.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"twemoji": "=14.0.2",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.3",
"@angular/cli": "^19.1.3",
"@angular/compiler-cli": "^19.1.2",
"@fontsource/roboto": "^5.1.1",
"@fontsource/roboto-mono": "^5.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.7",
"corifeus-builder": "^2025.4.128",
"ts-node": "~10.9.2",
"typescript": "~5.6.3",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=12.13.0"
}
}