-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 2.3 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@sdvplurimedia/ngx-widgets",
"version": "2.0.5",
"description": "SDV - Angular Widgets",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"main": "bundles/sdvplurimedia-ngx-widgets.umd.js",
"module": "esm5/sdvplurimedia-ngx-widgets.js",
"es2015": "esm2015/sdvplurimedia-ngx-widgets.js",
"typings": "sdvplurimedia-ngx-widgets.d.ts",
"metadata": "sdvplurimedia-ngx-widgets.metadata.json",
"private": false,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:SDV-Plurimedia/ngx-widgets.git"
},
"scripts": {
"start": "tsc",
"lint": "tslint _*/**/*.ts",
"copy2test": "cp -r _* example/node_modules/ngx-widgets/",
"build": "ng-packagr -p package.json && cp -r src/public dist/public && cp src/style.css dist/"
},
"license": "MIT",
"peerDependencies": {
"@angular/animations": ">=5.2.8",
"@angular/common": ">=5.2.8",
"@angular/compiler": ">=5.2.8",
"@angular/core": ">=5.2.8",
"@angular/forms": ">=5.2.8",
"@angular/http": ">=5.2.8",
"@angular/platform-browser": ">=5.2.8",
"@angular/platform-browser-dynamic": ">=5.2.8",
"@angular/router": ">=5.2.8",
"moment": "^2.21.0",
"ng2-dragula": "^2.0.0",
"rxjs": "^5.5.0",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/animations": ">=5.2.8",
"@angular/common": ">=5.2.8",
"@angular/compiler": ">=5.2.8",
"@angular/compiler-cli": ">=5.2.8",
"@angular/core": ">=5.2.8",
"@angular/forms": ">=5.2.8",
"@angular/http": ">=5.2.8",
"@angular/platform-browser": ">=5.2.8",
"@angular/platform-browser-dynamic": ">=5.2.8",
"@angular/router": ">=5.2.8",
"@types/bootbox": "^4.4.29",
"@types/bootstrap-switch": "0.0.29",
"@types/ckeditor": "0.0.33",
"@types/d3": "^3.5.36",
"@types/d3-array": "^1.0.5",
"@types/datatables.net": "^1.10.8",
"@types/jquery": "^2.0.33",
"@types/jquery-knob": "^1.2.28",
"@types/morris.js": "^0.5.5",
"@types/raphael": "^2.1.30",
"codelyzer": "~4.0.1",
"ng-packagr": "^2.2.0",
"ng2-dragula": "^2.0.0",
"tslint": "~5.9.1",
"typescript": "~2.5.3"
},
"bugs": {
"url": "https://github.com/SDV-Plurimedia/ngx-widgets/issues"
},
"author": "R&D @ SDV Plurimédia"
}