@activewidgets/angular
Advanced tools
+14
-10
| { | ||
| "name": "@activewidgets/angular", | ||
| "version": "0.0.9", | ||
| "version": "0.0.10", | ||
| "description": "Datagrid component for angular", | ||
@@ -20,18 +20,19 @@ "author": "ActiveWidgets SARL", | ||
| "build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ", | ||
| "build:js": "rimraf dist && rollup -c", | ||
| "build:js": "rimraf dist/* && rollup -c", | ||
| "build:source": "node config/source.js", | ||
| "build:aot": "ngc -p config/aot.json", | ||
| "public": "npm run build && rimraf public && parcel build examples/index.html -d public", | ||
| "start": "parcel examples/index.html -d public --open", | ||
| "test": "npm run public && jest" | ||
| "output": "npm run build && rimraf out/* && parcel build examples/**/*.html -d out", | ||
| "start": "serve-examples", | ||
| "test": "npm run output && jest" | ||
| }, | ||
| "dependencies": { | ||
| "@activewidgets/frameworks": "0.0.9", | ||
| "@activewidgets/datagrid": "0.0.9", | ||
| "@activewidgets/frameworks": "0.0.10", | ||
| "@activewidgets/datagrid": "0.0.10", | ||
| "@angular/core": "*" | ||
| }, | ||
| "devDependencies": { | ||
| "@activewidgets/options": "0.0.9", | ||
| "@activewidgets/puppeteer": "0.0.3", | ||
| "@activewidgets/testing": "0.0.1", | ||
| "@activewidgets/examples": "0.0.1", | ||
| "@activewidgets/options": "0.0.10", | ||
| "@activewidgets/puppeteer": "0.0.4", | ||
| "@activewidgets/testing": "0.0.3", | ||
| "@angular/common": "^8", | ||
@@ -54,2 +55,5 @@ "@angular/compiler": "^8", | ||
| }, | ||
| "alias": { | ||
| "@activewidgets/angular": "./" | ||
| }, | ||
| "jest": { | ||
@@ -56,0 +60,0 @@ "projects": [ |
19891
0.33%20
5.26%+ Added
+ Added
- Removed
- Removed