-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "branches",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"d3-hierarchy": "^3.1.2",
"d3-timer": "^3.0.1",
"framer-motion": "^9.0.4",
"highlightjs-solidity": "^2.0.6",
"js-tiktoken": "^1.0.7",
"mathjs": "^11.11.0",
"mixpanel-browser": "^2.46.0",
"nunjucks": "^3.2.4",
"openai": "^4.5.0",
"openai-streams": "^4.2.0",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-beforeunload": "^2.5.3",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.7",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.6",
"react-textarea-autosize": "^8.4.0",
"reactflow": "^11.9.4",
"rehype-highlight": "^6.0.0",
"yield-stream": "^2.3.0"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^18.14.2",
"@types/nunjucks": "^3.2.5",
"@types/react": "^18.0.27",
"@types/react-beforeunload": "^2.1.1",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^5.3.3"
}
}