|
17 | 17 | "build": "vite build ",
|
18 | 18 | "deploy": "sh deploy.sh",
|
19 | 19 | "dev": "vite --host --port 3442",
|
20 |
| - "serve": "vite preview --port 3400", |
21 |
| - "server": "node server.js" |
| 20 | + "serve": "vite preview --port 3400" |
22 | 21 | },
|
23 | 22 | "dependencies": {
|
24 | 23 | "@tonaljs/tonal": "^4.10.0",
|
25 |
| - "@tonejs/midi": "^2.0.28", |
26 |
| - "@vueuse/core": "^10.1.2", |
27 |
| - "@vueuse/gesture": "^1.0.0", |
28 |
| - "@vueuse/math": "^10.1.2", |
29 |
| - "cobe": "^0.6.3", |
| 24 | + "@vueuse/core": "^10.5.0", |
| 25 | + "@vueuse/math": "^10.5.0", |
30 | 26 | "color-hash": "^2.0.2",
|
31 | 27 | "colord": "^2.9.3",
|
32 | 28 | "floating-vue": "^2.0.0-y.0",
|
33 | 29 | "hidpi-canvas": "^1.0.10",
|
34 |
| - "midi-writer-js": "^2.1.4", |
| 30 | + "midi-writer-js": "^3.1.1", |
35 | 31 | "ms": "^2.1.3",
|
36 |
| - "nanoid": "^4.0.2", |
37 |
| - "paper": "^0.12.17", |
38 | 32 | "simplex-noise": "^4.0.1",
|
39 | 33 | "tone": "^14.8.49",
|
40 |
| - "vue": "^3.3.4", |
41 |
| - "vue-router": "^4.2.2", |
42 |
| - "webmidi": "^3.1.6" |
| 34 | + "vue": "^3.3.7", |
| 35 | + "vue-router": "^4.2.5", |
| 36 | + "webmidi": "^3.1.6", |
| 37 | + "@unocss/reset": "0.56.5" |
43 | 38 | },
|
44 | 39 | "devDependencies": {
|
45 |
| - "@iconify/json": "^2.2.77", |
46 |
| - "@vitejs/plugin-vue": "^4.2.3", |
47 |
| - "json-server": "^0.17.3", |
48 |
| - "json-server-auth": "^2.1.0", |
49 |
| - "markdown-it-external-links": "^0.0.6", |
50 |
| - "patch-vue-directive-ssr": "^0.0.1", |
| 40 | + "unocss": "0.56.5", |
| 41 | + "@unocss/extractor-pug": "0.56.5", |
| 42 | + "@iconify/json": "^2.2.136", |
| 43 | + "@vitejs/plugin-vue": "^4.4.0", |
51 | 44 | "pug": "3.0.2",
|
52 |
| - "unplugin-auto-import": "^0.16.4", |
53 |
| - "unplugin-icons": "^0.16.3", |
54 |
| - "unplugin-vue-components": "^0.25.1", |
55 |
| - "vite": "4.0.5", |
56 |
| - "vite-aliases": "0.11.2", |
| 45 | + "unplugin-auto-import": "^0.16.7", |
| 46 | + "unplugin-icons": "^0.17.3", |
| 47 | + "unplugin-vue-components": "^0.25.2", |
| 48 | + "vite": "4.5.0", |
57 | 49 | "vite-plugin-pages": "^0.31.0",
|
58 |
| - "vite-plugin-pages-sitemap": "^1.5.0", |
59 |
| - "vite-plugin-pwa": "^0.16.4", |
60 |
| - "vite-plugin-windicss": "^1.9.0", |
61 |
| - "windicss": "3.5.6" |
| 50 | + "vite-plugin-pages-sitemap": "^1.6.1", |
| 51 | + "vite-plugin-pwa": "^0.16.6" |
62 | 52 | }
|
63 | 53 | }
|
0 commit comments