-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 871 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
{
"name": "looofix-tauri",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tauri-apps/api": "^1.4.0",
"axios": "^1.4.0",
"color": "^4.2.3",
"moment": "^2.29.4",
"preact": "^10.16.0",
"react-fast-marquee": "^1.6.0",
"react-router-dom": "^6.14.1",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@preact/preset-vite": "^2.5.0",
"@tauri-apps/cli": "^1.4.0",
"@types/color": "^3.0.3",
"@types/node": "^20.4.2",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"vite": "^4.4.4"
}
}