-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 974 Bytes
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
{
"name": "zfiletimemachine",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"check": "tsc --noEmit && eslint src --ext ts,tsx --max-warnings 0"
},
"dependencies": {
"@tanstack/react-query": "^5",
"@tanstack/react-virtual": "^3.14.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"date-fns": "^3",
"lucide-react": "^0.400.0",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6",
"zod": "^3"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vitejs/plugin-react": "^4",
"autoprefixer": "^10",
"eslint": "^8",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5",
"vite": "^5"
}
}