-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 985 Bytes
/
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
{
"name": "WindowsCleaner",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"autoprefixer": "^10.4.19",
"clsx": "^1.2.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sort-by": "^1.2.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tauri-apps/cli": "^1.6.0",
"@types/node": "^18.19.39",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.5",
"vite": "^4.5.3"
}
}