-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 971 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
{
"name": "proof-arena",
"private": true,
"scripts": {
"build:production": "node apps/web/scripts/syncProvers.js && turbo build",
"build:testing": "node apps/web/scripts/syncProvers.js && turbo build:testing",
"dev": "turbo dev",
"lint": "turbo lint",
"prettier": "turbo prettier",
"prepare": "husky",
"sync-provers": "node apps/web/scripts/syncProvers.js"
},
"dependencies": {
"antd": "^5.4.0",
"antd-style": "^3.4.4",
"openai": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.0.0",
"rehype-highlight": "^4.0.0",
"rehype-katex": "^3.0.0",
"remark-gfm": "^2.0.0",
"remark-math": "^3.0.0",
"react-chat-elements": "^12.0.10"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"turbo": "^2.0.11",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}