-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 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
33
{
"name": "skillbox",
"version": "2026.4.3",
"description": "A cross-platform skill management tool",
"repository": {
"type": "git",
"url": "https://github.com/justwe-bot/SkillBox.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"release:version": "node scripts/set-version.mjs",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"lucide-react": "^0.542.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.1",
"simple-icons": "^16.13.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"typescript": "^5.4.2",
"vite": "^7.1.7"
}
}