-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 873 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
{
"name": "daily-todo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"start": "npm run tauri dev",
"pack": "npm run tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"react": "^18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "6.18.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^3.0.1",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}