forked from DevExpress/obsolete-devextreme-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 919 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
30
31
{
"name": "devextreme-rollup-angular",
"version": "1.0.0",
"description": "DevExtreme with Rollup and Angular example",
"dependencies": {},
"author": "DevExpress",
"license": "MIT",
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"core-js": "^2.4.1",
"devextreme": "~17.2.3",
"devextreme-angular": "~17.2.3",
"rollup": "^0.41.4",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-commonjs": "^8.0.0",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rxjs": "^5.0.0",
"typescript": "2.4.2",
"zone.js": "^0.8.9"
},
"scripts": {
"build": "ngc -p src && rollup -c rollup-config.js"
}
}