ai4data/data-use-annotation
0
1{2 "name": "hf-spaces-annotation-app",3 "version": "1.0.0",4 "private": true,5 "scripts": {6 "dev": "next dev",7 "build": "next build",8 "start": "next start"9 },10 "dependencies": {11 "@huggingface/hub": "^2.10.3",12 "js-yaml": "^4.1.1",13 "next": "14.2.14",14 "react": "^18",15 "react-dom": "^18",16 "react-markdown": "^10.1.0",17 "remark-gfm": "^4.0.1"18 }19}20 