1{
2 "name": "devpod",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc && vite build",
9 "preview": "vite preview",
10 "tauri": "tauri",
11 "desktop:dev": "tauri dev --config src-tauri/tauri-dev.conf.json",
12 "desktop:dev:debug": "export DEBUG=true; yarn desktop:dev",
13 "desktop:build:dev": "DEBUG=true tauri build --config src-tauri/tauri-dev.conf.json",
14 "desktop:build:debug": "tauri build --debug",
15 "desktop:build": "tauri build --features enable-updater",
16 "format:check": "prettier --check .",
17 "format:fix": "prettier --write .",
18 "types:check": "tsc -p ./tsconfig.json --noEmit"
19 },
20 "dependencies": {
21 "@chakra-ui/icons": "2.1.1",
22 "@chakra-ui/react": "2.8.1",
23 "@emotion/react": "11.11.1",
24 "@emotion/styled": "11.11.0",
25 "@headlessui/react": "1.7.17",
26 "@tanstack/react-query": "4.36.1",
27 "@tanstack/react-query-devtools": "4.36.1",
28 "@tanstack/react-table": "8.10.7",
29 "@tauri-apps/api": "1.5.1",
30 "dayjs": "1.11.10",
31 "framer-motion": "10.16.9",
32 "markdown-to-jsx": "7.3.2",
33 "react": "18.2.0",
34 "react-dom": "18.2.0",
35 "react-hook-form": "7.48.2",
36 "react-icons": "4.12.0",
37 "react-router": "6.20.0",
38 "react-router-dom": "6.20.0",
39 "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
40 "uuid": "9.0.1",
41 "xterm": "5.3.0",
42 "xterm-addon-fit": "0.7.0"
43 },
44 "devDependencies": {
45 "@tanstack/eslint-plugin-query": "4.36.1",
46 "@tauri-apps/cli": "1.5.2",
47 "@types/node": "18.15.3",
48 "@types/react": "18.2.28",
49 "@types/react-dom": "18.2.13",
50 "@types/uuid": "9.0.5",
51 "@typescript-eslint/eslint-plugin": "5.59.11",
52 "@typescript-eslint/parser": "5.59.11",
53 "@vitejs/plugin-react": "4.1.0",
54 "eslint": "8.44.0",
55 "eslint-config-prettier": "8.8.0",
56 "eslint-config-react-app": "7.0.1",
57 "eslint-plugin-react": "7.32.2",
58 "eslint-plugin-react-hooks": "4.6.0",
59 "prettier": "3.0.3",
60 "typescript": "5.0.4",
61 "vite": "4.4.9"
62 }
63}