-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
146 lines (146 loc) · 4.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@ai-stack/payloadcms",
"version": "3.0.0-beta.111.2",
"private": false,
"bugs": "https://github.com/ashbuilds/payload-ai/issues",
"repository": "https://github.com/ashbuilds/payload-ai",
"license": "(MIT AND COMMERCIAL)",
"author": "ashbuilds",
"keywords": [
"plugin",
"text-to-speech",
"ai",
"text-generation",
"text-to-image",
"content-generation",
"ai-writing",
"payloadcms",
"smart-generation",
"ai-translate",
"ai-writing-tool"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./client": {
"import": "./dist/exports/client.js",
"types": "./dist/exports/client.d.ts",
"default": "./dist/exports/client.js"
},
"./fields": {
"import": "./dist/exports/fields.js",
"types": "./dist/exports/fields.d.ts",
"default": "./dist/exports/fields.js"
},
"./types": {
"import": "./dist/exports/types.js",
"types": "./dist/exports/types.d.ts",
"default": "./dist/exports/types.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "pnpm build:types && pnpm build:swc",
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths --copy-files",
"build:dev": "pnpm build --watch",
"build:types": "tsc --emitDeclarationOnly",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"prepublishOnly": "pnpm clean && pnpm build"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.38",
"@ai-sdk/openai": "^0.0.43",
"@ai-sdk/provider-utils": "^1.0.17",
"@ai-sdk/ui-utils": "^0.0.27",
"@anthropic-ai/sdk": "^0.24.3",
"@langchain/core": "^0.2.31",
"@langchain/openai": "^0.2.8",
"@lexical/html": "^0.16.1",
"ai": "^3.3.20",
"elevenlabs": "^0.8.2",
"get-input-selection": "^1.1.4",
"handlebars": "4.7.8",
"handlebars-async-helpers": "^1.0.6",
"langchain": "^0.2.17",
"lexical": "^0.17.0",
"locale-codes": "^1.3.1",
"lodash.isequal": "^4.5.0",
"openai": "^4.56.1",
"scroll-into-view-if-needed": "^3.1.0",
"textarea-caret": "^3.0.2"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@swc/cli": "0.4.0",
"@types/dot-object": "2.1.6",
"@types/handlebars": "^4.1.0",
"@types/react": "npm:types-react@19.0.0-beta.2",
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"copyfiles": "2.4.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"rimraf": "6.0.1",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
},
"peerDependencies": {
"@payloadcms/richtext-lexical": "3.0.0-beta.111",
"@payloadcms/translations": "3.0.0-beta.111",
"@payloadcms/ui": "3.0.0-beta.111",
"payload": "3.0.0-beta.111"
},
"publishConfig": {
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"@ai-stack:registry": "https://registry.npmjs.org",
"access": "public",
"provenance": true,
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./types": {
"import": "./dist/exports/types.js",
"types": "./dist/exports/types.d.ts",
"default": "./dist/exports/types.js"
},
"./fields": {
"import": "./dist/exports/fields.js",
"types": "./dist/exports/fields.d.ts",
"default": "./dist/exports/fields.js"
},
"./client": {
"import": "./dist/exports/client.js",
"types": "./dist/exports/client.d.ts",
"default": "./dist/exports/client.js"
}
}
}
}