-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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": "jam-session",
"version": "0.0.3",
"private": true,
"homepage": "jam.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/jam-session"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
},
"license": "MIT",
"author": "Davay42",
"module": "true",
"scripts": {
"build": "vite build ",
"deploy": "sh deploy.sh",
"dev": "vite --host --port 3734",
"serve": "vite preview --port 3700"
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"@vueuse/gesture": "^1.0.0",
"@vueuse/integrations": "^9.2.0",
"@vueuse/math": "^9.2.0",
"colord": "^2.9.3",
"floating-vue": "^2.0.0-y.0",
"fuse.js": "6.6.2",
"vue": "^3.2.39",
"vue-router": "^4.1.5",
"fitty": "^2.3.6",
"svgjs": "^2.6.2",
"tone": "^14.8.49",
"webmidi": "^3.0.25"
},
"devDependencies": {
"@iconify/json": "^2.1.105",
"@unocss/extractor-pug": "^0.45.18",
"@vitejs/plugin-vue": "^3.1.0",
"pug": "3.0.2",
"unocss": "^0.45.18",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "3.1.0",
"vite-aliases": "0.9.2",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-pages-sitemap": "^1.3.0",
"vite-plugin-pwa": "^0.12.7"
}
}