-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.65 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
{
"name": "uncensoredgreatscore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate-books": "node scripts/generateBooks.js",
"prebuild": "npm run generate-books",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.25.0",
"antd": "^5.8.2",
"csv-writer": "^1.6.0",
"encoding": "^0.1.13",
"epubjs": "^0.3.93",
"eventsource-parser": "^1.0.0",
"express-rate-limit": "^6.9.0",
"install": "^0.13.0",
"levenshtein": "^1.0.5",
"lodash": "^4.17.21",
"natural": "^6.5.0",
"next": "^13.4.5",
"npm": "^9.8.1",
"openai": "^4.19.0",
"rc-slider": "^10.2.1",
"rc-tooltip": "^6.0.1",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-masonry-css": "^1.0.16",
"react-query": "^3.39.3",
"react-redux": "^8.0.7",
"react-router-dom": "^6.12.0",
"react-scroll": "^1.8.9",
"react-spring": "^9.7.2",
"react-swipeable": "^7.0.1",
"react-toastify": "^9.1.3",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"serve": "^14.2.0",
"styled-components": "^6.0.7",
"weaviate-client": "^2.14.5",
"weaviate-ts-client": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"typescript": "^5.1.3"
}
}