-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.81 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
{
"name": "@kwerri-oss/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:samvloeberghs.be": "npx rimraf -rf dist/apps/samvloeberghs.be && npx nx run samvloeberghs.be:prerender && ts-node tools/disable-angular-samvloeberghs.be/index.ts",
"serve:samvloeberghs.be": "npx ws --port 4201 -d dist/apps/samvloeberghs.be/angular-disabled",
"package:ngx-seo": "npx nx build ngx-seo && cd dist/libs/ngx-seo && npm pack",
"clear-local-cache": "npx rimraf -rf node_modules/.cache && npx rimraf -rf .angular",
"ng": "nx"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.3",
"@angular/common": "18.2.3",
"@angular/compiler": "18.2.3",
"@angular/core": "18.2.3",
"@angular/forms": "18.2.3",
"@angular/platform-browser": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3",
"@angular/platform-server": "18.2.3",
"@angular/router": "18.2.3",
"@angular/ssr": "18.2.3",
"@nx/angular": "19.7.2",
"domino": "2.1.6",
"html-minifier-terser": "7.2.0",
"prismjs": "1.29.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.5"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.3",
"@angular-devkit/build-angular": "18.2.3",
"@angular-devkit/core": "18.2.3",
"@angular-devkit/schematics": "18.2.3",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.3",
"@angular/language-service": "18.2.3",
"@nx/cypress": "19.7.2",
"@nx/eslint": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.7.2",
"@nx/js": "19.7.2",
"@nx/web": "19.7.2",
"@nx/workspace": "19.7.2",
"@schematics/angular": "18.2.3",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.13",
"@types/html-minifier-terser": "7.0.2",
"@types/jest": "29.5.12",
"@types/jsdom": "21.1.7",
"@types/node": "20.12.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "10.4.19",
"browser-sync": "3.0.2",
"cypress": "13.14.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"glob": "10.3.15",
"install": "0.13.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"local-web-server": "5.3.3",
"ng-packagr": "18.2.1",
"ngxtension": "3.2.0",
"nx": "19.7.2",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.12",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}