-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 839 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 839 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
{
"name": "zephyr",
"private": true,
"version": "1.3.1",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "dotenv -e .env -- tauri build",
"cargo": "cd src-tauri && cargo build && cd ..",
"format": "prettier --write ."
},
"dependencies": {
"@tailwindcss/vite": "^4.0.14",
"@tauri-apps/api": "^2.3.0",
"@tauri-apps/plugin-opener": "^2.2.6",
"@tauri-apps/plugin-updater": "^2.6.0",
"tailwindcss": "^4.0.14",
"vue": "^3.5.13"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tauri-apps/cli": "^2.3.1",
"@vitejs/plugin-vue": "^5.2.1",
"semantic-release": "^24.2.3",
"typescript": "~5.6.3",
"vite": "^6.2.2",
"vue-tsc": "^2.2.8",
"prettier": "^3.5.3",
"dotenv-cli": "^7.4.4"
}
}