-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 959 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
{
"name": "talent-voor-taal",
"version": "0.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:github-pages": "bash build.sh github-pages",
"build:prod": "bash build.sh prod"
},
"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",
"express": "^4.17.1",
"ngx-owl-carousel-o": "^16.0.0",
"rxjs": "~6.5.4",
"tslib": "^1.14.1",
"typescript": "~4.9.5",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.13",
"@angular/cli": "^16.2.13",
"@angular/compiler-cli": "^16.2.12",
"@types/node": "^12.20.10",
"ts-node": "~8.3.0"
}
}