forked from briansunter/logseq-plugin-gpt3-openai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "logseq-plugin-gpt3-openai",
"author": "Brian Sunter",
"private": true,
"version": "1.14.2",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@ladle/react": "^2.4.5",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "9.0.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.2",
"typescript": "^4.5.4",
"vite": "^4.0.4",
"vite-plugin-logseq": "^1.1.2"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@logseq/libs": "^0.0.10",
"clsx": "^1.2.1",
"exponential-backoff": "^3.1.0",
"fuse.js": "^6.6.2",
"immer": "^9.0.19",
"openai": "^4.6.1",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"toml": "^3.0.0",
"use-immer": "^0.8.1"
},
"logseq": {
"name": "logseq-plugin-gpt3-openai",
"id": "_79n711y6e"
},
"peerDependencies": {
"semantic-release": "^19.0.2"
}
}