forked from bentoml/OpenLLM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "@bentoml/openllm-monorepo",
"version": "0.5.0-alpha.3",
"description": "OpenLLM: Operating LLMs in production",
"author": "Aaron Pham <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bentoml/OpenLLM.git"
},
"bugs": {
"url": "https://github.com/bentoml/OpenLLM/issues"
},
"engines": {
"node": ">=18"
},
"type": "module",
"private": true,
"scripts": {
"lint": "eslint . --cache",
"check": "npx prettier . --check",
"format": "npx prettier . --write"
},
"packageManager": "[email protected]",
"devDependencies": {
"@edge-runtime/vm": "3.1.6",
"@next/eslint-plugin-next": "13.5.5",
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-unicorn": "48.0.1",
"prettier": "^3.0.3",
"prettier-plugin-pkg": "0.18.0",
"prettier-plugin-tailwindcss": "0.5.6",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
"pnpm": {
"overrides": {
"vitest": "^0.27.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@mdx-js/react": "^2.3.0",
"@vercel/analytics": "1.0.2",
"next-themes": "^0.2.1",
"next": "^13.4.8",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6"
}
}
}