-
Notifications
You must be signed in to change notification settings - Fork 545
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
55
56
57
58
59
60
{
"name": "OpenUI",
"version": "1.0.0",
"description": "The open standard for generative UI — a streaming-first language, React runtime, and component libraries for building AI-powered chat and copilot interfaces",
"main": "index.js",
"scripts": {
"test": "pnpm -r run test"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@rolldown/binding-darwin-arm64": "1.0.0-rc.16",
"@typescript-eslint/eslint-plugin": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"eslint-plugin-storybook": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"publint": "^0.3.18",
"tsdown": "^0.21.7",
"typescript": "catalog:"
},
"keywords": [
"openui",
"generative-ui",
"react",
"ai",
"llm",
"streaming",
"chat",
"copilot",
"components",
"ui-framework"
],
"homepage": "https://openui.com",
"author": "engineering@openui.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thesysdev/openui.git"
},
"bugs": {
"url": "https://github.com/thesysdev/openui/issues"
},
"pnpm": {
"overrides": {
"langsmith@<0.6.0": "^0.6.0",
"ip-address@<10.1.1": ">=10.1.1",
"postcss@<8.5.10": ">=8.5.10",
"qs@<6.15.2": ">=6.15.2",
"uuid@<11.1.1": "^11.1.1",
"cookie@<0.7.0": ">=0.7.0",
"prismjs@<1.30.0": ">=1.30.0",
"@ai-sdk/provider-utils@<=3.0.97": "^4.0.27"
}
}
}