LLM-front / package.json
Songyou's picture
Upload 8 files
99415de verified
raw
history blame contribute delete
670 Bytes
{
"dependencies": {
"@babel/runtime": "^7.26.0",
"ketcher-standalone": "^2.26.0"
},
"name": "2024-12-14-gradio-clm",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"file-loader": "^6.2.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}