-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 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
{
"name": "sikontrol",
"private": true,
"version": "2.0.0",
"type": "module",
"author": "Sikelio",
"homepage": "https://github.com/sikelio/sikontrol",
"bugs": {
"url": "https://github.com/sikelio/sikontrol/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@tauri-apps/api": "^1",
"sweetalert2": "^11.10.6",
"tauri-plugin-autostart-api": "https://github.com/tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
"toml": "^3.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@tauri-apps/cli": "^1",
"autoprefixer": "^10.4.18",
"daisyui": "^4.7.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.2",
"vite": "^5.1.7"
}
}