|
2 | 2 | "name": "@activewidgets/angular", |
3 | 3 | "version": "0.0.6", |
4 | 4 | "description": "Datagrid component for angular", |
5 | | - |
| 5 | + "author": "ActiveWidgets SARL", |
6 | 6 | "license": "MIT", |
7 | 7 | "main": "./dist/ax-angular.umd.js", |
8 | 8 | "module": "./dist/ax-angular.esm.js", |
|
17 | 17 | ], |
18 | 18 | "scripts": { |
19 | 19 | "build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ", |
| 20 | + "build:js": "rimraf dist && rollup -c", |
20 | 21 | "build:source": "node config/source.js", |
21 | | - "build:js": "rollup -c", |
22 | 22 | "build:aot": "ngc -p config/aot.json", |
23 | | - "public": "parcel build examples/index.html -d public --no-minify", |
| 23 | + "public": "npm run build && rimraf public && parcel build examples/index.html -d public", |
24 | 24 | "start": "parcel examples/index.html -d public --open", |
25 | | - "test": "npm run build && npm run public && jest" |
| 25 | + "test": "npm run public && jest" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@activewidgets/frameworks": "https://cdn.activewidgets.com/packages/frameworks-0.0.6.tgz", |
29 | | - "@activewidgets/datagrid": "https://cdn.activewidgets.com/packages/datagrid-0.0.6.tgz", |
| 28 | + "@activewidgets/frameworks": "0.0.8", |
| 29 | + "@activewidgets/datagrid": "0.0.8", |
30 | 30 | "@angular/core": "*" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@activewidgets/options": "0.0.6", |
34 | | - "@activewidgets/puppeteer": "^0.0.3", |
35 | | - "@activewidgets/testing": "^0.0.1", |
36 | | - "@angular/common": "^8.0.0", |
37 | | - "@angular/compiler": "^8.0.0", |
38 | | - "@angular/compiler-cli": "^8.0.0", |
39 | | - "@angular/platform-browser": "^8.0.0", |
40 | | - "@angular/platform-browser-dynamic": "^8.0.0", |
41 | | - "@babel/core": "^7.0.0", |
42 | | - "@babel/preset-env": "^7.0.0", |
43 | | - "ng-dynamic-component": "^5.0.0", |
44 | | - "parcel": "^1.0.0", |
45 | | - "rimraf": "^2.0.0", |
46 | | - "rollup": "^1.0.0", |
47 | | - "rollup-plugin-babel": "^4.0.0", |
48 | | - "rollup-plugin-node-resolve": "^4.0.0", |
49 | | - "rxjs": "^6.0.0", |
| 33 | + "@activewidgets/options": "0.0.8", |
| 34 | + "@activewidgets/puppeteer": "0.0.3", |
| 35 | + "@activewidgets/testing": "0.0.1", |
| 36 | + "@angular/common": "^8", |
| 37 | + "@angular/compiler": "^8", |
| 38 | + "@angular/compiler-cli": "^8", |
| 39 | + "@angular/platform-browser": "^8", |
| 40 | + "@angular/platform-browser-dynamic": "^8", |
| 41 | + "@babel/core": "^7", |
| 42 | + "@babel/preset-env": "^7", |
| 43 | + "ng-dynamic-component": "^5", |
| 44 | + "parcel": "^1", |
| 45 | + "rimraf": "^3", |
| 46 | + "rollup": "^1.20", |
| 47 | + "rollup-plugin-babel": "^4", |
| 48 | + "rollup-plugin-node-resolve": "^4", |
| 49 | + "rxjs": "^6", |
50 | 50 | "typescript": ">=3.4 <3.6", |
51 | 51 | "zone.js": "~0.9.1" |
52 | 52 | }, |
|
0 commit comments