@activewidgets/preact
Advanced tools
| #  Preact examples | ||
| coming soon... |
+10
-8
| { | ||
| "name": "@activewidgets/preact", | ||
| "version": "0.0.10", | ||
| "version": "0.0.11", | ||
| "description": "Datagrid component for preact", | ||
@@ -11,3 +11,3 @@ "author": "ActiveWidgets SARL", | ||
| "dist/*/*.*", | ||
| "**/package.json", | ||
| "*/package.json", | ||
| "LICENSE", | ||
@@ -18,3 +18,4 @@ "README.md" | ||
| "build": "rimraf dist/* && rollup -c", | ||
| "output": "npm run build && rimraf out/* && parcel build examples/**/*.html -d out", | ||
| "output": "npm run build && rimraf out/* && build-examples", | ||
| "prepack": "npm run build && rimraf out/*", | ||
| "start": "serve-examples", | ||
@@ -24,9 +25,11 @@ "test": "npm run output && jest" | ||
| "dependencies": { | ||
| "@activewidgets/datagrid": "0.0.10", | ||
| "@activewidgets/frameworks": "0.0.10", | ||
| "@activewidgets/datagrid": "0.0.11", | ||
| "@activewidgets/frameworks": "0.0.11" | ||
| }, | ||
| "peerDependencies": { | ||
| "preact": "^10" | ||
| }, | ||
| "devDependencies": { | ||
| "@activewidgets/examples": "0.0.1", | ||
| "@activewidgets/options": "0.0.10", | ||
| "@activewidgets/examples": "0.0.5", | ||
| "@activewidgets/options": "0.0.11", | ||
| "@activewidgets/puppeteer": "0.0.4", | ||
@@ -37,3 +40,2 @@ "@activewidgets/testing": "0.0.3", | ||
| "@rollup/plugin-node-resolve": "^6", | ||
| "parcel": "^1", | ||
| "postcss-import": "^12", | ||
@@ -40,0 +42,0 @@ "rimraf": "^3", |
18426
0.5%15
-6.25%23
4.55%+ Added
+ Added
- Removed
- Removed
- Removed