forked from thesysdev/openui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"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": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.56.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-storybook": "^10.2.14",
"eslint-plugin-unused-imports": "^4.4.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.9.3"
},
"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"
}
}