-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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": "@rustic/web-app",
"version": "0.1.0",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"postinstall": "ngcc",
"format": "prettier --write --single-quote '{src/**/*.{ts,scss,json},*.json}'"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.12",
"@angular/cdk": "~11.2.11",
"@angular/common": "~11.2.12",
"@angular/compiler": "~11.2.12",
"@angular/core": "~11.2.12",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "~11.2.12",
"@angular/material": "~11.2.11",
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@mdi/font": "^4.7.95",
"@ngrx/effects": "^11.1.1",
"@ngrx/entity": "^11.1.1",
"@ngrx/router-store": "^11.1.1",
"@ngrx/store": "^11.1.1",
"@ngrx/store-devtools": "^11.1.1",
"@rustic/http-client": "^0.1.21",
"awesome-qr": "^2.1.4-rc.0",
"rxjs": "6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.11",
"@angular/cli": "11.2.11",
"@angular/compiler-cli": "~11.2.12",
"@angular/language-service": "~11.2.12",
"prettier": "^2.0.5",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}