-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "gestructureerde-mededeling",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration=production",
"watch": "ng build --watch --configuration=development",
"test": "jest --config ./jest.config.js",
"test:watch": "jest --config ./jest.config.js --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.4",
"@angular/cdk": "19.0.3",
"@angular/common": "19.0.4",
"@angular/compiler": "19.0.4",
"@angular/core": "19.0.4",
"@angular/forms": "19.0.4",
"@angular/material": "19.0.3",
"@angular/platform-browser": "19.0.4",
"@angular/platform-browser-dynamic": "19.0.4",
"@angular/router": "19.0.4",
"@fortawesome/angular-fontawesome": "1.0.0",
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-brands-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"clipboard": "2.0.11",
"rxjs": "7.8.1",
"tslib": "2.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.5",
"@angular/cli": "19.0.5",
"@angular/compiler-cli": "19.0.4",
"@testing-library/angular": "17.3.4",
"@testing-library/dom": "10.4.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"normalize.css": "8.0.1",
"prettier": "3.4.2",
"typescript": "5.5.4"
}
}