anycoder-f86f051e / package.json
Mehdi
Upload package.json with huggingface_hub
285f5ae verified
Raw
History Blame Contribute Delete
1.07 kB
{
"name": "smh-full-code",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"typescript": "5.2.2",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"eslint": "8.52.0",
"eslint-config-next": "13.4.19",
"react-icons": "4.11.0",
"react-syntax-highlighter": "15.5.0",
"monaco-editor": "0.44.0",
"axios": "1.5.1",
"lodash": "4.17.21",
"date-fns": "2.30.0",
"react-markdown": "8.0.7",
"remark-gfm": "3.0.1",
"prismjs": "1.29.0",
"react-resizable-panels": "0.0.59",
"react-split": "2.0.14",
"react-tabs": "6.0.2",
"react-tooltip": "5.11.0",
"react-hotkeys-hook": "4.4.1",
"react-draggable": "4.4.6",
"react-dropzone": "14.2.3",
"react-contextmenu": "2.14.0"
}
}