dillonlaird's picture
added js
8040aeb
raw
history blame
No virus
683 Bytes
{
"name": "instance-labeler",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"canvas": "^2.11.2",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"konva": "^9.2.0",
"next": "13.4.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-konva": "^18.2.9",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"use-image": "^1.1.0"
}
}