-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
89 lines (89 loc) · 2.57 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
{
"name": "findcaster",
"version": "0.0.1",
"description": "Discover and connect with others who share your interests and passions",
"repository": {
"type": "git",
"url": "https://github.com/limone-eth/findcaster"
},
"homepage": "https://github.com/limone-eth/findcaster#readme",
"license": "MIT",
"keywords": [
"Farcaster",
"Web3",
"Social",
"Recommendations"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@pinecone-database/pinecone": "^0.1.6",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"@tailwindcss/forms": "^0.5.5",
"@tippyjs/react": "^4.2.6",
"@xenova/transformers": "^2.5.4",
"axios": "^1.4.0",
"chromadb": "^1.5.11",
"classnames": "^2.3.2",
"cohere-ai": "^5.1.0",
"date-fns": "^2.30.0",
"debounce": "^1.2.1",
"downshift": "^8.1.0",
"encoding": "^0.1.13",
"formik": "^2.4.3",
"framer-motion": "^10.16.1",
"hnswlib-node": "^2.0.0",
"langchain": "^0.0.138",
"mixpanel-browser": "^2.47.0",
"next": "^13.4.19",
"next-plausible": "^3.10.2",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^2.2.1",
"typewriter-effect": "^2.21.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@next/eslint-plugin-next": "^13.2.4",
"@types/formidable": "^2.0.6",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.1.7",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.8.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}