forked from syncfusion/ej2-showcase-angular-expensetracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.25 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
{
"name": "@syncfusion/ej2-ng-expense-tracker",
"version": "0.0.1",
"description": "Essential JS 2 for Angular - Expense Tracker",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"tslint": "4.0.2",
"zone.js": "^0.8.4",
"systemjs": "^0.19.40",
"gulp-print": "^2.0.1",
"gulp-tslint": "^7.0.1",
"browser-sync": "2.11.2",
"gulp-sass-lint": "^1.1.1",
"tslint-microsoft-contrib": "^4.0.0",
"@angular/core": "~5.0.0",
"@angular/http": "~5.0.0",
"@angular/forms": "~5.0.0",
"@angular/router": "^5.0.0",
"@angular/common": "~5.0.0",
"@angular/compiler": "~5.0.0",
"@angular/platform-browser": "~5.0.0",
"@angular/platform-browser-dynamic": "~5.0.0",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-grids": "*",
"@syncfusion/ej2-angular-popups": "*",
"@syncfusion/ej2-angular-charts": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-dropdowns": "*",
"@syncfusion/ej2-angular-navigations": "*"
},
"devDependencies": {
"@angular/compiler-cli": "5.0.0",
"@types/jasmine": "^2.2.29",
"@types/requirejs": "^2.1.26",
"@types/node": "^6.0.46",
"gulp": "^3.9.0",
"webpack": "2.5.1",
"shelljs": "^0.7.0",
"typescript": "~2.4.2",
"gulp-sass": "^3.1.0",
"gulp-clean": "^0.3.2",
"run-sequence": "2.2.0",
"webpack-stream": "^3.2.0",
"karma-systemjs": "^0.16.0",
"systemjs-plugin-babel": "0.0.17"
},
"keywords": [
"ej2",
"samples",
"expense",
"syncfusion",
"ej2-samples",
"ej2-expense",
"expense-tracker",
"ej2-expense-tracker",
"ej2-showcase-samples",
"syncfusion-samples",
"syncfusion-expense"
],
"scripts": {
"build": "gulp lint && npm run scripts && gulp styles && gulp bundle",
"scripts": "ngc -p tsconfig-aot.json",
"bundle": "gulp bundle",
"ci-publish": "gulp publish-samples"
}
}