+6
-5
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "data-tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Inspect, query and convert structured data locally in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, infer, edit, query and loss-aware convert structured data locally.",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "Albrecht Degering",
|
||||
"repository": {
|
||||
@@ -39,8 +39,9 @@
|
||||
"release:artifact": "npm run check && npm run test:browser && npm run package:release -- --force"
|
||||
},
|
||||
"dependencies": {
|
||||
"@add-ideas/toolbox-contract": "0.2.3",
|
||||
"@add-ideas/toolbox-shell-react": "0.2.3",
|
||||
"@add-ideas/toolbox-contract": "0.3.0",
|
||||
"@add-ideas/toolbox-helpers": "0.2.0",
|
||||
"@add-ideas/toolbox-shell-react": "0.3.0",
|
||||
"@xmldom/xmldom": "0.9.12",
|
||||
"lossless-json": "4.3.1",
|
||||
"papaparse": "5.7.0",
|
||||
@@ -50,7 +51,7 @@
|
||||
"yaml": "2.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@add-ideas/toolbox-testkit": "0.2.3",
|
||||
"@add-ideas/toolbox-testkit": "0.3.0",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@playwright/test": "1.62.1",
|
||||
"@testing-library/jest-dom": "6.9.1",
|
||||
|
||||
Reference in New Issue
Block a user