-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.11 KB
/
package.json
File metadata and controls
52 lines (52 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
{
"name": "chromatone-spectrogram",
"description": "Time-frequency sound analysis in color",
"private": true,
"version": "0.3.3",
"year": 2024,
"homepage": "https://spectrogram.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/spectrogram.git"
},
"keywords": [
"vue",
"spectrogram",
"audio",
"music",
"sound",
"audio analysis",
"fft"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^66.3.3",
"@vueuse/core": "^13.5.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^13.5.0",
"audiomotion-analyzer": "4.5.0",
"vue": "3.6.0-alpha.2"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/la": "^1.2.1",
"@unocss/extractor-pug": "^66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/language-plugin-pug": "^3.0.3",
"pug": "^3.0.3",
"unocss": "^66.3.3",
"vite": "^7.0.5",
"vite-plugin-singlefile": "^2.3.0"
}
}