-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "custom-dual-listbox",
"description": "An example project demonstrating how to customize angular-dual-listbox.",
"version": "1.0.2",
"author": "David Czeck",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/czeckd/custom-dual-listbox.git"
},
"bugs": {
"url": "https://github.com/czeckd/custom-dual-listbox/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "echo \"Error: no test... minimal project\" && exit 1",
"lint": "echo \"Error: no lint... minimal project\" && exit 1",
"e2e": "echo \"Error: no e2e... minimal project\" && exit 1"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.3",
"@angular/common": "^5.2.3",
"@angular/compiler": "^5.2.3",
"@angular/core": "^5.2.3",
"@angular/forms": "^5.2.3",
"@angular/http": "^5.2.3",
"@angular/platform-browser": "^5.2.3",
"@angular/platform-browser-dynamic": "^5.2.3",
"@angular/router": "^5.2.3",
"angular-dual-listbox": "^4.6.0",
"core-js": "^2.5.1",
"font-awesome": "^4.7.0",
"rxjs": "^5.5.4",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "^5.2.3",
"@angular/language-service": "^5.2.3",
"@types/node": "^9.4.0",
"typescript": "~2.6.2"
}
}