Spaces:
Running
Running
File size: 412 Bytes
4723216 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"name": "simple-chat",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./ --no-source-maps"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.8.3",
"process": "^0.11.10",
"typescript": "^5.2.2",
"url": "^0.11.3"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.8"
}
}
|