forked from DevExpress/obsolete-devextreme-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 830 Bytes
/
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
{
"name": "devextreme-systemjs-angular-globalize",
"version": "1.0.0",
"description": "DevExtreme with SystemJS and Angular and Globalize example",
"dependencies": {
"@angular/core": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"devextreme-angular": "^20.1.3",
"devextreme": "^20.1.3",
"devextreme-cldr-data": "^1.0.1",
"rxjs": "^6.0.0",
"globalize": "^1.3.0",
"node-static": "^0.7.10",
"plugin-typescript": "^8.0.0",
"reflect-metadata": "^0.1.12",
"systemjs": "0.21.6",
"systemjs-plugin-json": "^0.2.2",
"typescript": "~3.1.0",
"zone.js": "^0.8.9"
},
"scripts": {
"start": "static"
},
"author": "DevExpress",
"license": "MIT"
}