-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.2 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.2 KB
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
{
"name": "chromatone-elements",
"description": "Multilayered polyphonic synthesizer progressive web-app",
"version": "0.5.2",
"year": 2025,
"homepage": "https://elements.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/elements.git"
},
"keywords": [
"vue",
"synth",
"audio",
"music",
"sound",
"synthesizer",
"string",
"fx"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"lib": "vite build --config vite.config.lib.js",
"preview": "vite preview"
},
"dependencies": {
"@elemaudio/core": "^4.0.1",
"@elemaudio/web-renderer": "^4.0.3",
"@unocss/reset": "^66.3.3",
"@vueuse/core": "^13.5.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^13.5.0",
"svg-round-corners": "^0.4.3",
"tonal": "^6.4.2",
"vue": "3.6.0-alpha.2",
"webmidi": "^3.1.12"
},
"devDependencies": {
"@unocss/extractor-pug": "^66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/language-plugin-pug": "^3.0.1",
"pug": "^3.0.3",
"unocss": "^66.3.3",
"vite": "^7.0.4",
"vite-plugin-singlefile": "^2.3.0"
}
}