-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.87 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.87 KB
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
{
"name": "notesify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/groq": "^0.0.1",
"@auth0/nextjs-auth0": "^3.0.0-beta.3",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"ai": "^3.4.16",
"chromadb": "^1.9.2",
"chromadb-default-embed": "^2.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"dynamic": "^4.2.2",
"express": "^4.21.2",
"express-openid-connect": "^2.17.1",
"groq-sdk": "^0.3.2",
"gumloop": "^1.0.2",
"katex": "^0.16.21",
"lucide-react": "^0.453.0",
"mathlive": "^0.103.0",
"mermaid": "^11.3.0",
"mongodb": "^6.12.0",
"next": "^15.1.6",
"openai": "^4.68.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"reactstrap": "^9.2.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3"
},
"description": "A note taking app supercharge with the help of AI",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kashsuks/Notesify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kashsuks/Notesify/issues"
},
"homepage": "https://github.com/kashsuks/Notesify#readme"
}