-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.44 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
58
{
"name": "dalle-mural",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"typecheck": "tsc --watch --noEmit",
"build": "tsc && vite build",
"preview": "vite preview",
"proxy": "node cors-proxy.js",
"postinstall": "patch-package"
},
"dependencies": {
"@chakra-ui/icons": "2.0.8",
"@chakra-ui/react": "2.2.8",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@fontsource/fira-code": "4.5.11",
"@fontsource/ubuntu": "4.5.11",
"buffer": "6.0.3",
"classnames": "2.3.1",
"cors": "2.8.5",
"express": "4.18.1",
"framer-motion": "7.0.0",
"http-proxy-middleware": "2.0.6",
"ky": "0.31.1",
"localforage": "1.10.0",
"lodash": "4.17.21",
"merge-props": "5.0.3",
"mobx": "6.6.1",
"mobx-persist-store": "1.0.6",
"mobx-react-lite": "3.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.34.2",
"react-icons": "4.4.0",
"react-zoom-pan-pinch": "2.1.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/lodash": "4.14.182",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/uuid": "8.3.4",
"@vitejs/plugin-react": "2.0.0",
"patch-package": "6.4.7",
"type-fest": "2.18.0",
"typescript": "4.7.4",
"vite": "3.0.0"
},
"overrides": {
"react-zoom-pan-pinch": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}