-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"name": "cue",
"author": "compsigh",
"bugs": "https://github.com/compsigh/cue/issues",
"homepage": "https://github.com/compsigh/cue",
"version": "0.5.2",
"license": "UNLICENSED",
"description": "Study with AI-powered Active Recall",
"repository": {
"type": "git",
"url": "https://github.com/compsigh/cue.git"
},
"private": true,
"scripts": {
"dev": "rm -rf ./next && next dev",
"build": "rm -rf ./next && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"eventsource-parser": "^1.0.0",
"gpt-tokenizer": "^2.1.1",
"next": "14.0.4",
"next-auth": "5.0.0-beta.4",
"openai": "4.24.7",
"react": "^18",
"react-dom": "^18",
"react-loader-spinner": "^5.3.4",
"sass": "^1.58.3",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}