forked from chromatone/spectrogram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.11 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
{
"name": "chromatone-spectrogram",
"description": "Time-frequency sound analysis in color",
"private": true,
"version": "0.6.2",
"year": 2026,
"homepage": "https://spectrogram.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/spectrogram.git"
},
"keywords": [
"vue",
"spectrogram",
"audio",
"music",
"sound",
"audio analysis",
"fft",
"cochleagram",
"praat",
"mel"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^24.x"
},
"packageManager": "pnpm@11.15.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^66.7.5",
"@vueuse/core": "^14.3.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^14.3.0",
"vue": "3.6.0-beta.12"
},
"devDependencies": {
"@iconify-json/la": "^1.2.1",
"@iconify-json/ph": "^1.2.2",
"@unocss/extractor-pug": "^66.7.5",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/language-plugin-pug": "^3.3.7",
"pug": "^3.0.4",
"unocss": "^66.7.5",
"vite": "^8.1.5",
"vite-plugin-singlefile": "^2.3.3"
}
}