Skip to content

Commit 5901f99

Browse files
author
pipeline
committed
v1.0.16-preview is released
1 parent 6930769 commit 5901f99

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "@syncfusion/ej2-ng-samples",
3-
"version": "0.0.1",
4-
"description": "Essential JS 2 Sample Browser for Angular",
5-
"author": "Syncfusion Inc.",
6-
"license": "SEE LICENSE IN license",
7-
"dependencies": {
8-
"@angular/common": "^4.3.0",
9-
"@angular/compiler": "^4.3.0",
10-
"@angular/core": "^4.3.0",
11-
"@angular/forms": "^4.3.0",
12-
"@angular/http": "^4.3.0",
13-
"@angular/upgrade": "^4.3.0",
14-
"@angular/platform-browser": "^4.3.0",
15-
"@angular/platform-browser-dynamic": "^4.3.0",
16-
"@angular/router": "^4.3.0",
17-
"zone.js": "^0.8.4",
18-
"core-js": "^2.4.1",
19-
"rxjs": "^5.0.1",
20-
"@syncfusion/ej2": "*",
21-
"@syncfusion/ej2-ng-base": "*",
22-
"@syncfusion/ej2-ng-buttons": "*",
23-
"@syncfusion/ej2-ng-lists": "*",
24-
"@syncfusion/ej2-ng-grids": "*",
25-
"@syncfusion/ej2-ng-charts": "*",
26-
"@syncfusion/ej2-ng-circulargauge": "*",
27-
"@syncfusion/ej2-ng-lineargauge": "*",
28-
"@syncfusion/ej2-ng-dropdowns": "*",
29-
"@syncfusion/ej2-ng-calendars": "*",
30-
"@syncfusion/ej2-ng-navigations": "*",
31-
"@syncfusion/ej2-ng-inputs": "*",
32-
"@syncfusion/ej2-ng-popups": "*",
33-
"systemjs": "^0.19.40",
34-
"reflect-metadata": "^0.1.9"
35-
},
36-
"devDependencies": {
37-
"@angular/compiler-cli": "^4.3.0",
38-
"@angular/platform-server": "^4.3.0",
39-
"@types/jasmine": "^2.2.29",
40-
"@types/requirejs": "^2.1.26",
41-
"@types/node": "^6.0.46",
42-
"es6-module-loader": "^0.17.11",
43-
"gulp-clean": "^0.3.2",
44-
"karma-systemjs": "^0.16.0",
45-
"systemjs-plugin-babel": "0.0.17",
46-
"es6-promise": "^3.2.1",
47-
"gulp": "^3.9.1",
48-
"gulp-sass": "^3.1.0",
49-
"gulp-typescript": "^3.1.6",
50-
"requirejs": "^2.3.3",
51-
"typescript": "2.3.4",
52-
"browser-sync": "2.11.2",
53-
"webpack": "2.5.1"
54-
},
55-
"scripts": {
56-
"build": "gulp styles && ngc -p tsconfig-aot.json && gulp bundle",
57-
"serve": "npm run build && gulp serve"
58-
}
2+
"name": "@syncfusion/ej2-ng-samples",
3+
"version": "1.0.16",
4+
"description": "Essential JS 2 Sample Browser for Angular",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"dependencies": {
8+
"@angular/common": "^4.3.0",
9+
"@angular/compiler": "^4.3.0",
10+
"@angular/core": "^4.3.0",
11+
"@angular/forms": "^4.3.0",
12+
"@angular/http": "^4.3.0",
13+
"@angular/upgrade": "^4.3.0",
14+
"@angular/platform-browser": "^4.3.0",
15+
"@angular/platform-browser-dynamic": "^4.3.0",
16+
"@angular/router": "^4.3.0",
17+
"zone.js": "^0.8.4",
18+
"core-js": "^2.4.1",
19+
"rxjs": "^5.0.1",
20+
"@syncfusion/ej2": "^1.0.16",
21+
"@syncfusion/ej2-ng-base": "^1.0.16",
22+
"@syncfusion/ej2-ng-buttons": "^1.0.14",
23+
"@syncfusion/ej2-ng-lists": "^1.0.14",
24+
"@syncfusion/ej2-ng-grids": "^1.0.16",
25+
"@syncfusion/ej2-ng-charts": "^1.0.16",
26+
"@syncfusion/ej2-ng-circulargauge": "^1.0.14",
27+
"@syncfusion/ej2-ng-lineargauge": "^1.0.14",
28+
"@syncfusion/ej2-ng-dropdowns": "^1.0.16",
29+
"@syncfusion/ej2-ng-calendars": "^1.0.16",
30+
"@syncfusion/ej2-ng-navigations": "^1.0.14",
31+
"@syncfusion/ej2-ng-inputs": "^1.0.16",
32+
"@syncfusion/ej2-ng-popups": "^1.0.16",
33+
"systemjs": "^0.19.40",
34+
"reflect-metadata": "^0.1.9"
35+
},
36+
"devDependencies": {
37+
"@angular/compiler-cli": "^4.3.0",
38+
"@angular/platform-server": "^4.3.0",
39+
"@types/jasmine": "^2.2.29",
40+
"@types/requirejs": "^2.1.26",
41+
"@types/node": "^6.0.46",
42+
"es6-module-loader": "^0.17.11",
43+
"gulp-clean": "^0.3.2",
44+
"karma-systemjs": "^0.16.0",
45+
"systemjs-plugin-babel": "0.0.17",
46+
"es6-promise": "^3.2.1",
47+
"gulp": "^3.9.1",
48+
"gulp-sass": "^3.1.0",
49+
"gulp-typescript": "^3.1.6",
50+
"requirejs": "^2.3.3",
51+
"typescript": "2.3.4",
52+
"browser-sync": "2.11.2",
53+
"webpack": "2.5.1"
54+
},
55+
"scripts": {
56+
"build": "gulp styles && ngc -p tsconfig-aot.json && gulp bundle",
57+
"serve": "npm run build && gulp serve"
58+
}
5959
}

0 commit comments

Comments
 (0)