generated from usnistgov/opensource-repo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.43 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": "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": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"angular-archwizard": "^6.0.0",
"bootstrap": "^5.1.3",
"primeflex": "^3.1.2",
"primeicons": "^5.0.0",
"primeng": "^16.4.3",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
},
"optionalDependencies": {
"oarng": "file:./dist/oarng"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.12",
"@angular/cli": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@types/jest": "^29.5.0",
"@types/node": "^12.11.1",
"jest": "^29.5.0",
"jest-preset-angular": "^13.1.0",
"ng-packagr": "^16.2.3",
"ts-jest": "^29.1.0",
"typescript": "~4.9.5"
}
}