-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.07 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
{
"name": "chromatone-midi",
"description": "MIDI monitoring and recording",
"private": true,
"version": "0.0.1",
"year": 2024,
"homepage": "https://midi.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/midi-monitor.git"
},
"keywords": [
"vue",
"midi",
"protocol",
"music",
"log",
"music theory analysis",
"chromatone"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.2.0",
"floating-vue": "^5.2.2",
"tonal": "^6.3.0",
"use-chromatone": "2.9.8-0",
"vue": "^3.5.12"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/language-plugin-pug": "^2.1.10",
"pug": "^3.0.3",
"unocss": "^0.64.0",
"vite": "^5.4.10",
"vite-plugin-singlefile": "^2.0.3"
}
}