SmolPilot / package.json
cfahlgren1's picture
cfahlgren1 HF staff
add webllm with base model
990bbcc
raw
history blame contribute delete
653 Bytes
{
"name": "smol-complete",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.60",
"@uiw/react-codemirror": "^4.23.0",
"codemirror-extension-inline-suggestion": "^0.0.3",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5"
}
}