generated from cawa-93/vite-electron-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.18 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
{
"version": "0.2.1",
"name": "bkzlogger",
"author": "Kirill Kleimenov",
"private": true,
"scripts": {
"dev": "nuxt dev",
"generate": "nuxt generate",
"tauri": "tauri",
"test": "npm run generate && npx playwright test --workers=1",
"postinstall": "nuxt prepare",
"format": "npx prettier --write \"**/*.{js,mjs,cjs,ts,mts,cts,vue,json}\""
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/colada-nuxt": "^0.0.3",
"@pinia/nuxt": "^0.7.0",
"@playwright/test": "^1.47.2",
"@tauri-apps/cli": "^2.0.0-rc.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "5.1.4",
"autoprefixer": "^10.4.20",
"cross-env": "7.0.3",
"nuxt": "3.13.2",
"nuxt-electron": "0.7.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2",
"unplugin-auto-expose": "0.3.0",
"vitest": "^2.1.2",
"vue": "latest",
"vue-router": "latest"
},
"dependencies": {
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@pinia/colada": "^0.12.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/vue-table": "^8.20.5",
"@tanstack/vue-virtual": "^3.10.8",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-sql": "^2.0.0",
"@tauri-apps/plugin-store": "^2.0.0",
"@types/path-browserify": "^1.0.3",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"clsx": "^2.1.1",
"cva": "1.0.0-beta.1",
"date-fns": "^4.1.0",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.447.0",
"path-browserify": "^1.0.1",
"pinia": "^2.2.4",
"radix-vue": "^1.9.6",
"short-unique-id": "^5.2.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vue-sonner": "^1.2.1",
"zod": "^3.23.8"
}
}