-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
71 lines (71 loc) · 2 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
{
"name": "angular2-slickgrid",
"version": "1.4.7",
"description": "",
"main": "out/index.js",
"scripts": {
"compile": "gulp compile",
"serve": "gulp serve",
"compile:examples": "gulp compile:examples"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/router": "^4.1.3",
"@angular/upgrade": "^4.1.3",
"core-js": "^2.4.1",
"moment": "^2.15.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.0",
"slickgrid": "github:Microsoft/SlickGrid.ADS#2.3.43",
"systemjs": "0.19.40",
"underscore": "^1.8.3",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/animations": "^4.1.3",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/platform-server": "^4.1.3",
"@angular/router": "^4.1.3",
"@angular/upgrade": "^4.1.3",
"core-js": "^2.4.1",
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-connect": "^5.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^3.1.7",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"merge2": "^1.0.2",
"moment": "^2.15.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.0",
"slickgrid": "github:Microsoft/SlickGrid.ADS#2.3.43",
"systemjs": "0.19.40",
"tsc": "^1.20150623.0",
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^5.2.0",
"typescript": "^2.3.4",
"underscore": "^1.8.3",
"zone.js": "^0.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/angular2-slickgrid.git"
}
}