-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "app",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "tauri build",
"build:web": "vite build",
"dev": "tauri dev",
"dev:web": "vite",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@lexical/code": "^0.20.0",
"@lexical/link": "^0.20.0",
"@lexical/list": "^0.20.0",
"@lexical/react": "^0.20.0",
"@lexical/rich-text": "^0.20.0",
"@lexical/selection": "^0.20.0",
"@lexical/utils": "^0.20.0",
"@tauri-apps/api": "^1.5.2",
"bcryptjs": "^2.4.3",
"clsx": "^2.0.0",
"date-fns": "^3.0.0",
"formik": "^2.4.5",
"lexical": "^0.20.0",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-router-dom": "^7.0.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/cli": "^1.5.8",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.20",
"postcss": "^8.4.32",
"postcss-load-config": "^6.0.0",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.0.0"
}
}