-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "paella-llm-chat",
"version": "1.41.1",
"description": "LLM chat for paella-core",
"main": "src/index.js",
"module": "dist/paella-llm-chat.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --mode development --config webpack.debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polimediaupv/paella-webgl-plugins.git"
},
"keywords": [
"paella",
"player",
"zoom",
"slide",
"presentation",
"blackboard",
"whiteboard"
],
"author": "Fernando Serrano Carpena <ferserc1@gmail.com>",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/polimediaupv/paella-webgl-plugins/issues"
},
"homepage": "https://github.com/polimediaupv/paella-webgl-plugins#readme",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@babel/preset-react": "^7.25.9",
"@langchain/community": "^0.3.8",
"@langchain/ollama": "^0.1.0",
"@mlc-ai/web-llm": "^0.2.73",
"langchain": "^0.3.3",
"paella-core": "^1.41.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}