-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.19 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": "chromatone-circle-of-fifths",
"description": "Interactive circle of fifths web-app",
"version": "0.0.2",
"year": 2024,
"homepage": "https://fifths.chromatone.center",
"repository": {
"type": "git",
"url": "https://github.com/chromatone/fifths.git"
},
"keywords": [
"vue",
"music theory",
"audio",
"music",
"chords",
"Camelot wheel",
"cycle of fifths",
"major",
"minor"
],
"license": "GNU AGPL 3",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "pnpm@9.12.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"lib": "vite build --config vite.config.lib.js",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.2.0",
"colord": "^2.9.3",
"floating-vue": "^5.2.2",
"tonal": "^6.3.0",
"use-chromatone": "^2.9.9",
"vue": "^3.5.12",
"webmidi": "^3.1.11"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.5",
"@vue/language-plugin-pug": "^2.1.10",
"pug": "^3.0.3",
"unocss": "^0.64.0",
"vite": "6.0.0-beta.10",
"vite-plugin-singlefile": "^2.0.3"
}
}