-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.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
{
"name": "skill-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@faker-js/faker": "^9.0.1",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@propelauth/nextjs": "^0.1.9",
"@react-sigma/core": "^4.0.3",
"@sigma/node-border": "^3.0.0-beta.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/seedrandom": "^3.0.8",
"@types/uuid": "^10.0.0",
"@xenova/transformers": "^2.17.2",
"ai": "^3.4.0",
"axios": "^1.7.7",
"bson": "^6.8.0",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"compute-cosine-similarity": "^1.1.0",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"graphology": "^0.25.4",
"graphology-generators": "^0.11.2",
"graphology-types": "^0.24.7",
"install": "^0.13.0",
"mongodb": "^6.9.0",
"next": "14.2.13",
"onnxruntime-node": "^1.19.2",
"onnxruntime-web": "^1.19.2",
"postcss": "^8.4.47",
"react": "^18",
"react-dom": "^18",
"seedrandom": "^3.0.5",
"sigma": "^3.0.0-beta.29",
"tailwindcss": "^3.4.12",
"uuid": "^10.0.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"trustedDependencies": [
"onnxruntime-node",
"protobufjs",
"sharp"
]
}