forked from czeckd/angular-dual-listbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
49
50
51
52
53
{
"name": "dual-listbox",
"description": "Angular dual listbox",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/angular-dual-listbox.git"
},
"bugs": {
"url": "https://github.com/czeckd/angular-dual-listbox/issues"
},
"author": "David Czeck",
"license": "MIT",
"keywords": [
"angular",
"listbox"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"dist": "ng build --configuration production angular-dual-listbox && cp README.md LICENSE ./dist/angular-dual-listbox/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/forms": "^14.1.0",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.0",
"@angular/cli": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@angular/language-service": "^14.1.0",
"@types/node": "^14.0.19",
"codelyzer": "^0.0.28",
"ng-packagr": "^14.1.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
}
}