-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·32 lines (32 loc) · 921 Bytes
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
{
"name": "alterfo.github.io-src",
"version": "0.2.0",
"description": "Персональный блог Олега Сидоркина.",
"main": "index.js",
"authors": {
"name": "Oleg Sidorkin",
"email": "osidorkin85@gmail.com"
},
"repository": "https://github.com/alterfo/alterfo.github.io-src.git",
"scripts": {
"mediapipe:copy": "node scripts/copy-mediapipe-wasm.js",
"predev": "node scripts/copy-mediapipe-wasm.js",
"dev": "vitepress dev",
"prebuild": "node scripts/copy-mediapipe-wasm.js",
"build": "vitepress build",
"deploy": "sh ./deploy.sh"
},
"license": "UNLICENSED",
"devDependencies": {
"gray-matter": "^4.0.3",
"vitepress": "^1.6.4",
"vue": "^3.5.0"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.35",
"@tonejs/midi": "^2.0.28",
"opensheetmusicdisplay": "^1.9.9",
"qrcode": "^1.5.4",
"tone": "^15.1.22"
}
}