Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmounirf committed Mar 28, 2024
1 parent 3509715 commit ce188ca
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "react-hand-gesture-recognition",
"description": "Hand gesture recognition using React and MediaPipe framework",
"author": "Mohamed Mounir <[email protected]> (https://mmounir.dev/)",
"license": "MIT",
"version": "0.1.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/mmounirf/react-hand-gesture-recognition.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check": "biome check .",
"fix": "biome check --apply ."
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.12",
"framer-motion": "^11.0.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-webcam": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
"name": "react-hand-gesture-recognition",
"description": "Hand gesture recognition using React and MediaPipe framework",
"author": "Mohamed Mounir <[email protected]> (https://mmounir.dev/)",
"license": "MIT",
"version": "0.1.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/mmounirf/react-hand-gesture-recognition.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check": "biome check .",
"fix": "biome check --apply ."
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.12",
"framer-motion": "^11.0.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-webcam": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}

0 comments on commit ce188ca

Please sign in to comment.