Skip to content

Instantly share code, notes, and snippets.

@mikbuch
Created March 10, 2022 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikbuch/1d18275a717b9cb61261ba7564f59f79 to your computer and use it in GitHub Desktop.
Save mikbuch/1d18275a717b9cb61261ba7564f59f79 to your computer and use it in GitHub Desktop.
Changing package versions in one of the KonvaJS examples
{
"name": "image-annotation-tool-react-and-konva",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"array-move": "2.1.0",
"konva": "8.3.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-konva": "17.0.2-0",
"react-scripts": "3.0.1",
"react-sortable-hoc": "2.0.0",
"use-image": "1.0.10",
"zustand": "1.0.7"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment