forked from OpenSiFli/sftool-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "~2.2.0",
"@tauri-apps/plugin-updater": "~2",
"material-icons": "^1.13.14",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^9.4.1",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.5",
"@tauri-apps/cli": "^2",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"lefthook": "^2.0.13",
"postcss": "^8.4.32",
"postcss-import": "^16.1.0",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.1",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^2.1.10"
},
"name": "sftool-gui",
"private": true,
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"format": "prettier --write .",
"i18n:check": "node scripts/i18n-check.js",
"lint": "eslint .",
"prepare": "lefthook install",
"preview": "vite preview",
"tauri": "tauri",
"update-version": "node scripts/version-manager.js update",
"changelog": "git-cliff -o CHANGELOG.md"
},
"type": "module",
"version": "1.0.0-9+gbf43fb5"
}