-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "cups",
"private": true,
"version": "0.4.4",
"type": "module",
"repository": "https://github.com/jamessizeland/peer-to-peer",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.4",
"@tanstack/react-form": "^1.3.3",
"@tauri-apps/api": "^2.4.1",
"@tauri-apps/plugin-clipboard-manager": "~2",
"@tauri-apps/plugin-dialog": "^2.2.1",
"@tauri-apps/plugin-fs": "~2.3",
"@tauri-apps/plugin-opener": "^2.2.6",
"@tauri-apps/plugin-os": "~2.2.1",
"@tauri-apps/plugin-sql": "~2",
"@types/node": "24.0.0",
"dayjs": "^1.11.13",
"motion": "^12.7.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.5.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@tauri-apps/cli": "^2.4.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.0",
"daisyui": "^5.0.19",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-react": "^7.37.5",
"globals": "16.0.0",
"typescript": "*",
"typescript-eslint": "^8.30.1",
"vite": "^6.2.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.0"
}
}