@primaryindexonline/react-resize
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@primaryindexonline/react-resize", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Change the width and height of the \"moving\" element('s) by holding and dragging the \"hanger\" element", | ||
@@ -9,2 +9,3 @@ "author": "Konstantin Smirnov <info@etokos.com>", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"test": "jest", | ||
@@ -16,2 +17,10 @@ "lint": "eslint 'src/**/*.ts'", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/primaryindexonline/react-resize.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/primaryindexonline/react-resize/issues" | ||
}, | ||
"homepage": "https://github.com/primaryindexonline/react-resize#readme", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,3 +48,3 @@ "module": "dist/index.es.js", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.3.3", | ||
"@types/react": "latest", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
@@ -60,6 +69,6 @@ "@typescript-eslint/parser": "^7.2.0", | ||
"peerDependencies": { | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"@types/react": "latest", | ||
"react": "latest", | ||
"react-dom": "latest" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
22375
0
2
0