-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "timesheeps",
"private": true,
"version": "0.8.0",
"type": "module",
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"vue-demi"
]
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"release": "node scripts/release.mjs"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-updater": "^2.10.1",
"@vuepic/vue-datepicker": "^12.1.0",
"@vueuse/core": "^13.1.0",
"date-fns": "^4.1.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.10.0",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.9.1",
"postcss-html": "^1.8.1",
"prettier": "^3.8.3",
"stylelint": "^17.11.1",
"stylelint-config-standard": "^40.0.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.59.3",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}