-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.34 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
{
"name": "touchme",
"version": "0.5.0",
"homepage": "https://touchme.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/touchme.git"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/davay"
},
"packageManager": "[email protected]",
"license": "MIT",
"author": "Davay42",
"module": "true",
"type": "module",
"scripts": {
"build": "vite build ",
"deploy": "sh deploy.sh",
"dev": "vite --host --port 3442",
"serve": "vite preview --port 3400"
},
"dependencies": {
"@tonaljs/tonal": "^4.10.0",
"@unocss/reset": "^0.63.2",
"@vueuse/core": "^11.1.0",
"@vueuse/math": "^11.1.0",
"color-hash": "^2.0.2",
"colord": "^2.9.3",
"floating-vue": "^5.2.2",
"hidpi-canvas": "^1.0.10",
"midi-writer-js": "^3.1.1",
"ms": "^2.1.3",
"simplex-noise": "^4.0.3",
"tone": "^15.0.4",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"webmidi": "^3.1.11"
},
"devDependencies": {
"@iconify/json": "^2.2.255",
"@unocss/extractor-pug": "0.56.5",
"@vitejs/plugin-vue": "^5.1.4",
"pug": "^3.0.3",
"unocss": "^0.63.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pages-sitemap": "^1.7.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-singlefile": "^2.0.2"
}
}