-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.6 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.6 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
57
58
59
{
"name": "gitification",
"type": "module",
"version": "2.0.7",
"files": [
"README.md",
"package.json"
],
"scripts": {
"dev": "run-p vite:dev",
"devtools": "vue-devtools",
"vite:dev": "vite",
"build": "pnpm run typecheck && vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/api": "^1.5.3",
"@types/markdown-it": "^14.1.2",
"@vueuse/core": "^14.2.1",
"dayjs": "^1.11.10",
"es-toolkit": "^1.45.1",
"klona": "^2.0.6",
"ky": "^1.14.3",
"markdown-it": "^14.1.1",
"overlayscrollbars": "^2.5.0",
"overlayscrollbars-vue": "^0.5.7",
"p-all": "^5.0.0",
"tailwindcss": "^4.2.2",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"vue": "^3.5.32",
"vue-selectable-items": "^1.0.1",
"wowerlay": "1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^8.0.0",
"@iconify-json/hugeicons": "^1.2.2",
"@tauri-apps/cli": "^1.5.3",
"@types/node": "^25.5.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/devtools": "^8.1.1",
"async-mutex": "^0.5.0",
"eslint": "^10.1.0",
"eslint-plugin-unicorn": "^64.0.0",
"focus-visible": "^5.2.0",
"hotkeys-js": "^4.0.3",
"npm-run-all": "^4.1.5",
"sass": "^1.70.0",
"typescript": "^6.0.2",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.3",
"vite-plugin-checker": "^0.12.0",
"vue-tsc": "^3.2.6"
}
}