-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "tauri-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"express": "npm run build && node express.js",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@nextui-org/accordion": "^2.0.38",
"@nextui-org/button": "^2.0.37",
"@nextui-org/card": "^2.0.33",
"@nextui-org/divider": "^2.0.31",
"@nextui-org/input": "^2.2.4",
"@nextui-org/modal": "^2.0.39",
"@nextui-org/select": "^2.2.5",
"@nextui-org/skeleton": "^2.0.31",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@otplib/preset-browser": "^12.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/plugin-deep-link": "^2.0.0-rc.1",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"@tauri-apps/plugin-fs": "^2.0.0-rc.2",
"framer-motion": "^11.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-rc.12",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^5.4.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0"
}
}