Created
March 10, 2022 19:34
-
-
Save mikbuch/1d18275a717b9cb61261ba7564f59f79 to your computer and use it in GitHub Desktop.
Changing package versions in one of the KonvaJS examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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