-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.72 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
{
"name": "playfetch",
"version": "1.0.0",
"author": "Yello XYZ Ltd",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yello-xyz/playfetch.git"
},
"homepage": "https://github.com/yello-xyz/playfetch#readme",
"bugs": {
"url": "https://github.com/yello-xyz/playfetch/issues"
},
"scripts": {
"test": "jest",
"clean": "npx next telemetry disable && rm -rf ./build",
"build": "next build",
"create-env": "printenv > .env.local",
"start": "next start --keepAliveTimeout 700000",
"dev": "next dev",
"lint": "next lint",
"watch": "jest --watch",
"format": "npx prettier -w '**/*.ts' '**/*.tsx' '**/*.css'"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"@dnd-kit/core": "^6.1.0",
"@google-cloud/aiplatform": "^3.18.0",
"@google-cloud/datastore": "^8.5.0",
"@google-cloud/storage": "^7.1.0",
"@google-cloud/vertexai": "^0.2.1",
"@huggingface/inference": "^2.6.4",
"@linear/sdk": "^13.0.0",
"@mistralai/mistralai": "github:yello-xyz/mistral-client-js",
"@notionhq/client": "^2.2.13",
"@pinecone-database/pinecone": "^1.1.0",
"@react-hook/resize-observer": "^1.2.6",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"allotment": "^1.19.2",
"autoprefixer": "10.4.14",
"codemirror": "^6.0.1",
"cohere-ai": "^6.2.2",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",
"debounce": "^1.2.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"gpt-3-encoder": "^1.1.4",
"isolated-vm": "^4.5.0",
"isomorphic-fetch": "^3.0.0",
"next": "^13.5.4",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.2",
"nprogress": "^0.2.0",
"octokit": "^3.1.2",
"openai": "^4.11.0",
"prism-react-renderer": "^2.3.0",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-diff-viewer-continued": "^3.2.6",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.11",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.1",
"recharts": "^2.8.0",
"remark-gfm": "^4.0.0",
"short-unique-id": "^4.4.4",
"simplediff": "^0.1.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"yaml": "^2.3.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/debounce": "^1.2.1",
"@types/isomorphic-fetch": "^0.0.37",
"@types/nodemailer": "^6.4.8",
"@types/nprogress": "^0.2.0",
"@types/react-gtm-module": "^2.0.1",
"@types/sanitize-html": "^2.9.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1"
}
}