-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "angularjswebpack",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "~4.3.4",
"@angular/compiler": "~4.3.4",
"@angular/core": "~4.3.4",
"@angular/forms": "~4.3.4",
"@angular/http": "~4.3.4",
"@angular/platform-browser": "~4.3.4",
"@angular/platform-browser-dynamic": "~4.3.4",
"@angular/router": "~4.3.4",
"@angular/upgrade": "^4.3.6",
"angular": "^1.6.6",
"angular-route": "^1.6.6",
"core-js": "^2.4.1",
"html-webpack-plugin": "^2.30.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.10",
"rxjs": "5.0.1",
"ts-helpers": "^1.1.2",
"ts-loader": "^2.3.3",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"zone.js": "^0.8.4",
"@progress/kendo-ui": "2017.3.913",
"@progress/kendo-angular-dateinputs": "1.2.0",
"@progress/kendo-angular-dropdowns": "1.2.0",
"@progress/kendo-angular-excel-export": "1.0.4",
"@progress/kendo-angular-grid": "1.4.2",
"@progress/kendo-angular-inputs": "1.3.0",
"@progress/kendo-angular-intl": "1.2.2",
"@progress/kendo-angular-l10n": "1.0.3",
"@progress/kendo-angular-popup": "1.2.1",
"@progress/kendo-data-query": "1.0.7",
"@progress/kendo-drawing": "1.3.0",
"@progress/kendo-theme-default": "2.42.0",
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "2.1.0",
"typescript": "2.4.2",
"jquery": "1.12.3",
"expose-loader": "0.7.3"
},
"devDependencies": {
"@types/node": "^8.0.24"
}
}