-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 913 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 913 Bytes
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
{
"name": "wiki",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "next build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.180.0",
"alea": "^1.0.1",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"marked-react": "^1.3.0",
"mime-types": "^2.1.35",
"minimist": "^1.2.6",
"murmurhash-js": "^1.0.0",
"next": "^13.0.5",
"node-fetch": "^3.2.10",
"openai": "^3.1.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream": "^0.0.2",
"uuid-by-string": "^4.0.0",
"weaviate-client": "^2.12.0",
"web3.storage": "^4.4.0",
"wrangler": "^2.1.12"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-next": "12.3.1"
}
}