-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"name": "oar-lib-angular",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "npm run test:lib",
"test:lib": "jest --config ./libs/oarng/jest.config.js --silent",
"build-ps-demo": "npm run build people-service --prefix ./demos/people-service",
"start-ps-demo": "npm run start people-service --prefix ./demos/people-service"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.13",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"angular-archwizard": "^6.0.0",
"bootstrap": "^5.3.2",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.3.3",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"optionalDependencies": {
"oarng": "file:./dist/oarng"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"@types/jest": "^29.5.0",
"@types/node": "^12.11.1",
"jest": "^29.5.0",
"jest-preset-angular": "^14.0.0",
"ng-packagr": "^18.2.1",
"ts-jest": "^29.1.0",
"typescript": "~5.4.5"
}
}