-
Notifications
You must be signed in to change notification settings - Fork 624
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "OpenUI",
"version": "1.0.1",
"description": "A full-stack, renderer-agnostic Generative UI framework with a streaming-first language, official React support, and community integrations for other frameworks",
"main": "index.js",
"scripts": {
"examples:install": "node scripts/manage-examples.mjs install",
"examples:update": "node scripts/manage-examples.mjs update",
"examples:verify": "node scripts/manage-examples.mjs verify",
"test": "pnpm -r run test"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@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": {
"postcss@<8.5.10": ">=8.5.10",
"uuid@<11.1.1": "^11.1.1"
}
}
}