2025-03-30 13:38:55 -03:00
|
|
|
{
|
|
|
|
"name": "my-tauri-app",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2025-04-02 02:43:36 -03:00
|
|
|
"dev": "npx tailwindcss -i ./src/styles/globals.css -o ./public/output.css;ESBUILD_RUNNER=true vite",
|
2025-03-30 13:38:55 -03:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"tauri": "tauri"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-03-30 16:42:51 -03:00
|
|
|
"@babel/runtime": "7.26.0",
|
|
|
|
"@hookform/resolvers": "3.9.1",
|
2025-04-02 02:43:36 -03:00
|
|
|
"@radix-ui/react-slot": "1.1.2",
|
|
|
|
"@tailwindcss/vite": "4.0.17",
|
2025-03-30 21:47:18 -03:00
|
|
|
"@tauri-apps/api": "2.4.0",
|
2025-03-30 16:42:51 -03:00
|
|
|
"@tauri-apps/plugin-opener": "2",
|
|
|
|
"@zitadel/react": "1.0.5",
|
|
|
|
"autoprefixer": "10.4.17",
|
|
|
|
"botframework-directlinejs": "0.15.1",
|
|
|
|
"botframework-webchat": "4.15.7",
|
2025-04-02 02:43:36 -03:00
|
|
|
"class-variance-authority": "0.7.1",
|
|
|
|
"clsx": "2.1.1",
|
2025-03-30 16:42:51 -03:00
|
|
|
"date-fns": "2.30.0",
|
|
|
|
"lucide-react": "0.454.0",
|
|
|
|
"nativewind": "2.0.10",
|
|
|
|
"postcss": "8.4.35",
|
2025-03-30 19:04:24 -03:00
|
|
|
"react": "18.3.1",
|
2025-03-30 16:42:51 -03:00
|
|
|
"react-dom": "18.3.1",
|
|
|
|
"react-hook-form": "7.53.2",
|
2025-04-02 02:43:36 -03:00
|
|
|
"react-markdown": "10.1.0",
|
2025-03-30 21:47:18 -03:00
|
|
|
"react-router-dom": "7.4.1",
|
2025-04-02 02:43:36 -03:00
|
|
|
"tailwind-merge": "3.0.2",
|
|
|
|
"tailwindcss-animate": "1.0.7",
|
2025-03-30 16:42:51 -03:00
|
|
|
"uuid": "11.0.3",
|
|
|
|
"zod": "3.21.4"
|
2025-03-30 13:38:55 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-03-30 16:42:51 -03:00
|
|
|
"@babel/core": "7.18.6",
|
2025-03-30 17:32:22 -03:00
|
|
|
"@tauri-apps/cli": "2",
|
2025-03-30 16:42:51 -03:00
|
|
|
"@types/jest": "29.5.12",
|
2025-04-02 02:43:36 -03:00
|
|
|
"@types/node": "22.13.14",
|
2025-03-30 19:04:24 -03:00
|
|
|
"@types/react": "18.3.1",
|
2025-03-30 17:32:22 -03:00
|
|
|
"@types/react-dom": "18.3.1",
|
2025-03-30 16:42:51 -03:00
|
|
|
"@types/react-test-renderer": "18.0.7",
|
2025-03-30 17:32:22 -03:00
|
|
|
"@vitejs/plugin-react": "4.3.4",
|
2025-03-30 16:42:51 -03:00
|
|
|
"copy-webpack-plugin": "12.0.2",
|
2025-04-02 02:43:36 -03:00
|
|
|
"esbuild-runner": "2.2.2",
|
2025-03-30 16:42:51 -03:00
|
|
|
"jest": "29.2.1",
|
|
|
|
"postcss": "8.4.23",
|
2025-04-02 02:43:36 -03:00
|
|
|
"postcss-load-config": "6.0.1",
|
2025-03-30 16:42:51 -03:00
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
"tailwindcss": "3.1.8",
|
|
|
|
"typescript": "5.6.2",
|
2025-03-30 17:32:22 -03:00
|
|
|
"vite": "6.0.3"
|
2025-03-30 13:38:55 -03:00
|
|
|
}
|
2025-03-30 21:47:18 -03:00
|
|
|
}
|