-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "o-one-test",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "export NODE_OPTIONS=--openssl-legacy-provider; ng serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; ng build --base-href /o-one.github.io/",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "16.2.6",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "16.2.6",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"material-icons": "1.13.12",
"rxjs": "^7.5.5",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@types/jasmine": "~4.0.0",
"@types/node": "^16.10.1",
"ts-node": "^10.1.0",
"typescript": "^4.6.0"
}
}