osuplayer.js/package.json

29 lines
674 B
JSON
Raw Permalink Normal View History

2024-05-04 02:07:41 +00:00
{
2024-05-04 02:38:17 +00:00
"name": "osuplayer.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@types/three": "^0.164.0",
"vite": "^5.2.11",
"vite-bundle-analyzer": "^0.9.4",
"vite-plugin-node-polyfills": "^0.21.0"
},
"dependencies": {
"@zip.js/zip.js": "^2.7.43",
"osu-classes": "^3.1.0",
"osu-parsers": "^4.1.7",
"rosu-pp-js": "https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.0.2/rosu_pp_js_web.tar.gz",
"three": "^0.164.1"
}
2024-05-04 02:07:41 +00:00
}