dudaanton_obsidian-strudel-.../package.json
2025-10-23 20:54:43 +03:00

62 lines
1.8 KiB
JSON

{
"name": "strudel-obsidian-plugin",
"version": "0.0.1",
"description": "Strudel REPL Obsidian plugin",
"main": "main.js",
"scripts": {
"dev": "vite preview",
"build": "tsc -noEmit -skipLibCheck && vite build",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"@types/js-yaml": "^4.0.9",
"@types/luxon": "^3.6.2",
"@types/node": "^24.9.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vitejs/plugin-vue": "^5.2.4",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"esbuild-plugin-vue3": "^0.3.2",
"eslint": "8.31.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.23.0",
"obsidian": "latest",
"prettier": "^3.5.3",
"prettier-eslint": "16.1.2",
"sass-embedded": "^1.93.2",
"tslib": "2.4.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.10"
},
"dependencies": {
"@codemirror/language": "https://github.com/lishid/cm-language",
"@codemirror/merge": "^6.11.0",
"@internationalized/date": "^3.8.2",
"@tonaljs/tonal": "^4.10.0",
"@vueuse/core": "^13.9.0",
"acorn": "^8.15.0",
"chord-voicings": "^0.0.1",
"dayjs": "^1.11.18",
"escodegen": "^2.1.0",
"estree-walker": "^3.0.3",
"file-type": "^20.5.0",
"fraction.js": "^5.3.4",
"front-matter": "^4.0.2",
"lucide-vue-next": "^0.284.0",
"nanoid": "^5.1.6",
"nanostores": "^1.0.1",
"pinia": "^3.0.2",
"sfumato": "^0.1.2",
"soundfont2": "^0.5.0",
"uuid": "^11.1.0",
"vue": "^3.5.16",
"webmidi": "^3.1.14"
}
}