-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 970 Bytes
/
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": "@seatsio/ngx",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"build": "ng build seatsio-angular",
"prestart": "ng build seatsio-angular",
"testApp": "ng serve testApp"
},
"private": true,
"dependencies": {
"@angular/animations": "16.1.0",
"@angular/common": "16.1.0",
"@angular/compiler": "16.1.0",
"@angular/core": "16.1.0",
"@angular/forms": "16.1.0",
"@angular/platform-browser": "16.1.0",
"@angular/platform-browser-dynamic": "16.1.0",
"@angular/router": "16.1.0",
"@seatsio/seatsio-types": "5.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.9",
"@angular/cli": "19.0.2",
"@angular/compiler-cli": "16.1.0",
"@angular/language-service": "19.0.1",
"@types/node": "22.10.1",
"codelyzer": "6.0.2",
"ng-packagr": "16.2.3",
"semver": "7.6.3",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.1.6",
"zx": "8.2.4"
}
}