-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.58 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "hobby-hub",
"version": "1.0.0",
"main": "dist-electron/main/index.js",
"description": "Track your hobbies all in one single app!",
"author": "zAlweNy26",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/zAlweNy26/HobbyHub.git"
},
"homepage": "https://github.com/zAlweNy26/HobbyHub#readme",
"keywords": [
"electron",
"vite",
"vue3",
"vue",
"hub",
"hobbies",
"tracker",
"ts",
"typescript"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"check": "vue-tsc --noEmit",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview",
"build": "pnpm run check && vite build",
"mac": "pnpm run build && electron-builder --mac",
"windows": "pnpm run build && electron-builder --win",
"portable": "pnpm run build && electron-builder --win portable",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/electron-localshortcut": "^3.1.0",
"@types/igdb-api-node": "^5.0.0",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"electron": "^25.3.0",
"electron-builder": "^24.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.5"
},
"dependencies": {
"@commonify/lowdb": "^3.0.0",
"@floating-ui/vue": "^1.0.1",
"@headlessui/tailwindcss": "^0.1.3",
"@headlessui/vue": "^1.7.14",
"@iconify/vue": "^4.1.1",
"@tailwindcss/forms": "^0.5.4",
"@vue/eslint-config-typescript": "^11.0.3",
"animate.css": "^4.1.1",
"daisyui": "^3.2.1",
"electron-localshortcut": "^3.2.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"fp-ts": "^2.16.0",
"howlongtobeat": "^1.8.0",
"io-ts": "^2.2.20",
"json-schema-to-typescript": "^13.0.2",
"lodash": "^4.17.21",
"pinia": "^2.1.4",
"sharp": "^0.32.3",
"tailwind-children": "^0.5.0",
"tailwindcss-gradients": "^3.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vue-i18n": "^9.2.2"
}
}