Skip to content

Commit

Permalink
Initial meta info - package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgokavalsa committed Jan 27, 2024
1 parent b1c7777 commit 97c21ca
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 4 deletions.
33 changes: 32 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
{
"name": "angular-tanstack-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "tanstack table examples for angular",
"author": {
"name": "Janakirao Gokavalsa",
"url": "https://github.com/jrgokavalsa"
},
"keywords": [
"angular",
"table",
"tanstack-table",
"tanstack-table-examples",
"angular-tanstack-adapter",
"angular-tanstack-examples",
"angular-table",
"angular-material-table",
"angular-grid",
"sortable-table",
"grouping-table",
"data-table",
"datatable",
"pagination",
"filterable-table",
"angular-table-examples"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jrgokavalsa/angular-tanstack-adapter.git"
},
"bugs": {
"url": "https://github.com/jrgokavalsa/angular-tanstack-adapter/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
33 changes: 30 additions & 3 deletions projects/angular-tanstack-table/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,40 @@
{
"name": "angular-tanstack-table",
"version": "0.0.1",
"version": "1.0.0",
"description": "tanstack table adapter for angular",
"author": {
"name": "Janakirao Gokavalsa",
"url": "https://github.com/jrgokavalsa"
},
"keywords": [
"angular",
"table",
"tanstack-table",
"angular-tanstack-adapter",
"angular-table",
"angular-material-table",
"angular-grid",
"sortable-table",
"grouping-table",
"data-table",
"datatable",
"pagination",
"filterable-table"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jrgokavalsa/angular-tanstack-adapter.git"
},
"bugs": {
"url": "https://github.com/jrgokavalsa/angular-tanstack-adapter/issues"
},
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@tanstack/table-core": "^8.11.7",
"tslib": "^2.3.0"
},
"dependencies": {
},
"dependencies": {},
"sideEffects": false
}

0 comments on commit 97c21ca

Please sign in to comment.