-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1021 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
38
39
40
41
{
"name": "sunshot-rs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.3",
"@tauri-apps/api": "^1",
"blob-to-buffer": "^1.2.9",
"framer-motion": "^11.11.8",
"konva": "^9.3.15",
"re-resizable": "^6.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-konva": "^18.2.10",
"ts-deepmerge": "^7.0.1",
"use-async-effect": "^2.2.7",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/blob-to-buffer": "^1.2.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.1",
"sass": "^1.79.5",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}