-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 872 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 872 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
{
"name": "sot-cooking-timer",
"version": "1.0.1",
"description": "A simple Sea of Thieves cooking timer for all food types in game with alert sound!",
"author": "Xeyo (wojciechfirmowe@wp.pl)",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"pretty": "npx prettier --write \"./**/*.{tsx,ts,jsx,js,css,mjs,json,yaml}\""
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}