-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.33 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
{
"name": "chromatone-circular",
"description": "Circular polyrhythmic metronome",
"version": "0.2.0",
"year": 2024,
"homepage": "https://circular.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/circular.git"
},
"keywords": [
"vue",
"synth",
"audio",
"music",
"sound",
"rhythm",
"polyrhythm",
"drums",
"metronome"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.65.0",
"@vueuse/core": "^12.0.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^12.0.0",
"floating-vue": "^5.2.2",
"tone": "^15.0.4",
"use-chromatone": "^3.0.1",
"vue": "^3.5.13",
"webmidi": "^3.1.12"
},
"devDependencies": {
"@iconify-json/fluent": "^1.2.8",
"@iconify-json/healthicons": "^1.2.2",
"@iconify-json/la": "^1.2.0",
"@iconify-json/mdi": "1.2.1",
"@iconify-json/tabler": "^1.2.10",
"@unocss/extractor-pug": "^0.65.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/language-plugin-pug": "^2.1.10",
"pug": "^3.0.3",
"unocss": "^0.65.0",
"unplugin-icons": "^0.21.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.2",
"vite-plugin-singlefile": "^2.0.3"
}
}