-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.25 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
{
"name": "corifeus-app-web-pages",
"version": "2024.10.102",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v22.4.0",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "18.0.5"
},
"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": "^18.0.5",
"@angular/cdk": "^18.0.5",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/material": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"@types/marked": "^5.0.2",
"@types/node": "^20.14.9",
"emoji-regex": "^10.3.0",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"marked": "=13.0.2",
"material-design-icons": "^3.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"twemoji": "=14.0.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@fontsource/roboto": "^5.0.13",
"@fontsource/roboto-mono": "^5.0.18",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"codelyzer": "^6.0.2",
"corifeus-builder": "^2024.10.103",
"eslint": "^8.50.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=12.13.0"
}
}