-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "unote",
"version": "1.1.0",
"private": true,
"dependencies": {
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-scroll-area": "^0.1.4",
"@stitches/react": "^1.2.8",
"@tauri-apps/api": "1.0.0-rc.5",
"constate": "^3.3.2",
"lodash": "^4.17.21",
"quill-image-resize-module-react": "^3.0.0",
"react": "^18.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-quill": "^1.3.5",
"stitches-reset": "^1.0.0",
"use-debounce": "^8.0.1",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.10",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.34",
"@types/react": "18.0.9",
"@types/react-dom": "^18.0.4",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.8"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vite test",
"eject": "vite eject",
"tauri": "tauri"
}
}