-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 900 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
{
"name": "blockdoku",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.2.7",
"@angular/common": "^13.2.7",
"@angular/compiler": "^13.2.7",
"@angular/core": "^13.2.7",
"@angular/forms": "^13.2.7",
"@angular/platform-browser": "^13.2.7",
"@angular/platform-browser-dynamic": "^13.2.7",
"@angular/router": "^13.2.7",
"lodash": "^4.17.21",
"rxjs": "~7.5.0",
"tslib": "^2.4.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.6",
"@angular/cli": "~13.2.6",
"@angular/compiler-cli": "^13.2.7",
"@types/lodash": "^4.14.182",
"@types/node": "^12.20.55",
"typescript": "~4.5.2"
}
}