-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.25 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.25 KB
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
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "MIT",
"scripts": {
"build": "rimraf dist && webpack --progress",
"watch": "npm run build -- --watch",
"server": "webpack-dev-server --inline --progress --port 3000 --content-base src",
"start": "npm run server"
},
"contributors": [
"Rob Wormald <robwormald@gmail.com>",
"PatrickJS <github@gdi2290.com>"
],
"dependencies": {
"@angular/common": "^6.0.4",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/forms": "^6.0.4",
"@angular/http": "^6.0.4",
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/platform-server": "^6.0.4",
"@angular/router": "^6.0.4",
"@angular/upgrade": "^6.0.4",
"@syncfusion/ej2-buttons": "^16.2.41",
"@syncfusion/ej2-lists": "^16.2.41",
"@syncfusion/ej2-ng-buttons": "^16.2.41",
"@syncfusion/ej2-ng-calendars": "^16.2.41",
"@syncfusion/ej2-ng-dropdowns": "^16.2.41",
"@syncfusion/ej2-ng-lists": "^16.2.41",
"@syncfusion/ej2-ng-navigations": "^16.2.41",
"@syncfusion/ej2-ng-popups": "^16.2.41",
"@syncfusion/ej2-popups": "^16.2.41",
"angular-in-memory-web-api": "^0.3.1",
"core-js": "^2.5.7",
"ie-shim": "^0.1.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.2.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@types/node": "^7.0.12",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.1.2",
"css-loader": "^0.26.0",
"html-webpack-plugin": "^2.28.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"to-string-loader": "^1.1.4",
"typescript": "^2.7.2",
"webpack": "^2.4.1",
"webpack-dev-server": "2.4.2",
"webpack-merge": "^4.1.0"
},
"keywords": [
"Angular2",
"angular2-seed",
"official angular 2 seed",
"official angular2 seed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular2-seed.git"
},
"bugs": {
"url": "https://github.com/angular/angular2-seed/issues"
},
"homepage": "https://github.com/angular/angular2-seed#readme"
}