forked from A-kirami/matcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.31 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "matcha",
"private": true,
"version": "0.4.8",
"type": "module",
"scripts": {
"dev": "tauri dev",
"dev:app": "tauri dev",
"dev:web": "vite dev",
"build": "tauri build",
"build:app": "tauri build",
"build:web": "vue-tsc --noEmit && vite build",
"preview:web": "vite preview",
"tauri": "tauri",
"typecheck": "vue-tsc --noEmit",
"lint": "npm run lint:js && npm run lint:style",
"lint:fix": "npm run lint:js:fix && npm run lint:style:fix",
"lint:js": "eslint \"**/*.{js,jsx,ts,tsx,cjs,mjs,vue}\"",
"lint:js:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx,cjs,mjs,vue}\"",
"lint:style": "stylelint \"**/*.{css,vue}\" --ignore-path .gitignore",
"lint:style:fix": "stylelint --fix \"**/*.{css,vue}\" --ignore-path .gitignore",
"lint:rs": "cargo clippy --manifest-path ./src-tauri/Cargo.toml --all-targets --all-features -- -D warnings",
"lint:rs:fix": "cargo fix --manifest-path ./src-tauri/Cargo.toml",
"format:rs": "cargo fmt --manifest-path ./src-tauri/Cargo.toml --all",
"prepare": "node .husky/install.js"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@highlightjs/vue-plugin": "^2.1.2",
"@msgpack/msgpack": "^3.1.2",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-dialog": "^2.2.2",
"@tauri-apps/plugin-fs": "^2.3.0",
"@tauri-apps/plugin-http": "^2.4.4",
"@tauri-apps/plugin-log": "^2.4.0",
"@tauri-apps/plugin-os": "^2.2.1",
"@tauri-apps/plugin-process": "^2.2.1",
"@tauri-apps/plugin-shell": "^2.2.1",
"@tauri-apps/plugin-updater": "^2.7.1",
"@tauri-apps/plugin-websocket": "^2.3.0",
"@unocss/reset": "^66.1.3",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^13.3.0",
"@vueuse/rxjs": "^13.3.0",
"class-variance-authority": "^0.7.1",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"dexie": "^4.0.11",
"highlight.js": "^11.11.1",
"js-base64": "^3.7.7",
"linkify-string": "^4.3.1",
"linkifyjs": "^4.3.1",
"lucide-vue-next": "^0.511.0",
"mime": "^4.0.7",
"overlayscrollbars": "^2.11.3",
"overlayscrollbars-vue": "^0.5.9",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.3.0",
"tributejs": "^5.1.3",
"url-metadata": "^5.2.1",
"vee-validate": "^4.15.0",
"vue": "^3.5.16",
"vue-inline-svg": "^4.0.1",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.0",
"vue3-video-play": "1.3.1-beta.6",
"wavesurfer.js": "^7.9.5",
"zod": "^3.25.42"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.28.0",
"@iconify-json/carbon": "^1.2.8",
"@stylistic/eslint-plugin": "^4.4.0",
"@stylistic/stylelint-config": "^2.0.0",
"@tauri-apps/cli": "^2.5.0",
"@types/bun": "1.2.12",
"@unocss/eslint-config": "^66.1.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vitest/coverage-v8": "^3.1.4",
"@vitest/ui": "^3.1.4",
"@vue-macros/eslint-config": "^0.8.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.28.0",
"eslint-import-resolver-typescript": "^4.4.2",
"eslint-plugin-import-x": "^4.15.0",
"eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.2.0",
"happy-dom": "^17.5.6",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"postcss-nesting": "^13.0.1",
"stylelint": "^16.20.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0",
"unocss": "^66.1.3",
"unocss-preset-animations": "^1.2.1",
"unocss-preset-scrollbar": "^3.2.0",
"unocss-preset-shadcn": "^0.5.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-info": "^1.2.2",
"unplugin-turbo-console": "^2.1.3",
"unplugin-vue-components": "^28.7.0",
"unplugin-vue-macros": "^2.14.5",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7.6",
"vite-plugin-vue-meta-layouts": "^0.5.1",
"vitest": "^3.1.4",
"vue-eslint-parser": "^10.1.3",
"vue-tsc": "^2.2.10"
},
"packageManager": "bun@1.2.12"
}