-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.46 KB
/
package.json
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
{
"name": "gitification",
"type": "module",
"version": "1.3.2",
"files": [
"README.md",
"package.json"
],
"scripts": {
"dev": "run-p vite:dev devtools",
"devtools": "vue-devtools",
"vite:dev": "vite",
"build": "pnpm run typecheck && vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"@vueuse/core": "^10.7.2",
"dayjs": "^1.11.10",
"klona": "^2.0.6",
"overlayscrollbars": "^2.5.0",
"overlayscrollbars-vue": "^0.5.7",
"p-all": "^5.0.0",
"redaxios": "^0.5.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"vue": "^3.4.15",
"vue-selectable-items": "^1.0.1",
"wowerlay": "1.1.0"
},
"devDependencies": {
"@iconify-json/octicon": "^1.1.52",
"@iconify-json/ph": "^1.1.11",
"@kadiryazici/eslint-config": "^1.0.3",
"@tauri-apps/cli": "^1.5.3",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "5.0.3",
"@vue/devtools": "^7.0.15",
"async-mutex": "^0.4.1",
"eslint": "^8.56.0",
"eslint-plugin-unicorn": "^51.0.1",
"focus-visible": "^5.2.0",
"hotkeys-js": "3.13.7",
"npm-run-all": "^4.1.5",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.5",
"vite": "5.0.12",
"vite-plugin-checker": "0.6.4",
"vue-tsc": "1.8.27"
}
}