-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "flux",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^9.0.4",
"highlightjs-solidity": "^2.0.6",
"mixpanel-browser": "^2.46.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.8.0",
"react-markdown": "^8.0.6",
"react-textarea-autosize": "^8.4.0",
"reactflow": "^11.7.0",
"rehype-highlight": "^6.0.0",
"yield-stream": "^2.3.0"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^18.14.2",
"@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": "^4.9.3",
"vite": "^4.1.0"
}
}