-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 989 Bytes
/
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
{
"private": true,
"type": "module",
"name": "con-ai",
"scripts": {
"tsx": "tsx",
"prettier": "prettier",
"prettier-watch": "onchange \"**/*.md\" -- prettier --write --ignore-unknown {{changed}}"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/markdown": "^6.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.5.4",
"daisyui": "^4.12.10",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"onchange": "^7.1.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"@huggingface/hub": "^0.15.2",
"@huggingface/inference": "^2.8.0",
"@xenova/transformers": "^2.17.2",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
"openai": "^4.64.0"
}
}