@peam-ai/client 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +11 -0
- package/dist/index.d.mts +87 -0
- package/dist/index.d.ts +87 -0
- package/dist/index.js +17 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +17 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +101 -0
package/package.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@peam-ai/client",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Client side components for Peam",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"homepage": "https://peam.ai",
|
|
9
|
+
"author": "Afshin Mehrabani",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/peam-ai/peam.git",
|
|
14
|
+
"directory": "packages/client"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/peam-ai/peam/issues"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist/**/*"
|
|
21
|
+
],
|
|
22
|
+
"sideEffects": [
|
|
23
|
+
"**/*.css"
|
|
24
|
+
],
|
|
25
|
+
"exports": {
|
|
26
|
+
"./package.json": "./package.json",
|
|
27
|
+
".": {
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"import": "./dist/index.mjs",
|
|
30
|
+
"require": "./dist/index.js"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@ai-sdk/openai": "^3.0.0",
|
|
35
|
+
"@ai-sdk/react": "^3.0.5",
|
|
36
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
37
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
38
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
39
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
40
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
41
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
42
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
43
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
44
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
45
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
46
|
+
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
47
|
+
"@xyflow/react": "^12.10.0",
|
|
48
|
+
"ai": "^6.0.3",
|
|
49
|
+
"ai-elements": "^1.6.3",
|
|
50
|
+
"class-variance-authority": "^0.7.1",
|
|
51
|
+
"clsx": "^2.1.1",
|
|
52
|
+
"cmdk": "^1.1.1",
|
|
53
|
+
"dexie": "^4.2.1",
|
|
54
|
+
"dexie-react-hooks": "^4.2.0",
|
|
55
|
+
"embla-carousel-react": "^8.6.0",
|
|
56
|
+
"lucide-react": "^0.468.0",
|
|
57
|
+
"motion": "^12.23.26",
|
|
58
|
+
"nanoid": "^5.1.6",
|
|
59
|
+
"shiki": "^3.20.0",
|
|
60
|
+
"streamdown": "^2.0.1",
|
|
61
|
+
"tailwind-merge": "^3.4.0",
|
|
62
|
+
"tokenlens": "^1.3.1",
|
|
63
|
+
"tw-animate-css": "^1.4.0",
|
|
64
|
+
"use-stick-to-bottom": "^1.1.1",
|
|
65
|
+
"@peam-ai/ai": "0.1.1",
|
|
66
|
+
"@peam-ai/logger": "0.1.1",
|
|
67
|
+
"@peam-ai/search": "0.1.1"
|
|
68
|
+
},
|
|
69
|
+
"devDependencies": {
|
|
70
|
+
"@eslint/js": "^9.39.2",
|
|
71
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
72
|
+
"@types/react": "^18.3.12",
|
|
73
|
+
"@types/react-dom": "^18.3.1",
|
|
74
|
+
"autoprefixer": "^10.4.23",
|
|
75
|
+
"eslint": "^9.39.2",
|
|
76
|
+
"eslint-plugin-react": "^7.37.5",
|
|
77
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
78
|
+
"globals": "^17.0.0",
|
|
79
|
+
"postcss": "^8.5.6",
|
|
80
|
+
"postcss-cli": "^11.0.1",
|
|
81
|
+
"postcss-prefix-selector": "^2.1.1",
|
|
82
|
+
"react": "^18.3.1",
|
|
83
|
+
"react-dom": "^18.3.1",
|
|
84
|
+
"tailwindcss": "^4.1.18",
|
|
85
|
+
"tsup": "^8.5.1",
|
|
86
|
+
"typescript": "^5.5.4"
|
|
87
|
+
},
|
|
88
|
+
"peerDependencies": {
|
|
89
|
+
"react": "^18.0.0",
|
|
90
|
+
"react-dom": "^18.0.0"
|
|
91
|
+
},
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "tsup",
|
|
94
|
+
"dev": "tsup --watch",
|
|
95
|
+
"clean": "rm -rf dist",
|
|
96
|
+
"lint": "eslint ./src",
|
|
97
|
+
"test:eslint": "eslint \"src/**/*.ts*\"",
|
|
98
|
+
"test:prettier": "prettier --check \"src/**/*.ts*\"",
|
|
99
|
+
"test:jest": "jest"
|
|
100
|
+
}
|
|
101
|
+
}
|