-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 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
{
"name": "taqsim",
"type": "module",
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"scripts": {
"changelog": "changelogen --output",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint . --fix",
"postinstall": "nuxt prepare",
"tauri": "tauri",
"tauri:build": "tauri build",
"tauri:build:debug": "tauri build --debug",
"tauri:dev": "tauri dev"
},
"dependencies": {
"@kalimahapps/vue-icons": "^1.9.5",
"@mediabunny/mp3-encoder": "^1.24.2",
"@nuxt/ui": "4.0.0-alpha.2",
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-store": "^2.4.0",
"konva": "^10.0.2",
"mediabunny": "^1.24.2",
"nuxt": "^4.1.2",
"peaks.js": "^4.0.0",
"tailwindcss": "^4.1.14",
"vue-sonner": "^2.0.9",
"vue-timeline-chart": "^4.0.1",
"waveform-data": "^4.5.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@kalimahapps/eslint-config": "^1.2.93",
"@kalimahapps/eslint-plugin-tailwind": "^1.1.0",
"@tauri-apps/cli": "^2.8.4",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"changelogen": "^0.6.2",
"eslint": "^9.37.0",
"typescript": "npm:tslite@^5.7.3",
"vue": "^3.5.22"
},
"engines": {
"node": ">=23.11.0"
}
}