This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nitro-client",
"version": "1.1.2",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://git.krews.org/nitro/nitro-client.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://git.krews.org/nitro/nitro-client/issues"
},
"homepage": "https://git.krews.org/nitro/nitro-client",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production",
"eslint": "eslint ./src --fix",
"postinstall": "node ./post-install.js"
},
"type": "module",
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^13.2.5",
"@angular/cdk": "^13.2.5",
"@angular/common": "^13.2.5",
"@angular/compiler": "^13.2.5",
"@angular/core": "^13.2.5",
"@angular/forms": "^13.2.5",
"@angular/localize": "^13.2.5",
"@angular/platform-browser": "^13.2.5",
"@angular/platform-browser-dynamic": "^13.2.5",
"@angular/router": "^13.2.5",
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@nitrots/nitro-renderer": "^1.1.5",
"emoji-toolkit": "^6.6.0",
"ngx-color": "^7.3.3",
"ngx-pagination": "^5.1.1",
"ngx-perfect-scrollbar": "^10.1.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.5",
"@angular/cli": "^13.2.5",
"@angular/compiler-cli": "^13.2.5",
"@angularclass/hmr": "^3.0.0",
"@ngx-env/builder": "^2.0.2",
"@types/node": "^14.17.9",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"ts-node": "~10.6.0",
"typescript": "~4.4.4"
}
}