-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 906 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 906 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
33
{
"name": "tosu-mania-overlay",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node scripts/build.js dev",
"build": "node scripts/build.js build"
},
"dependencies": {
"@types/chroma-js": "^3.1.1",
"chroma-js": "^3.1.2",
"comlink": "^4.4.2",
"echarts": "^6.0.0",
"idb-keyval": "^6.2.2",
"mania-svg": "^0.4.5",
"osu-classes": "^3.2.0-beta.0",
"osu-mania-stable": "^5.0.1",
"osu-parsers": "^4.2.0-beta.0",
"rosu-pp-js": "https://github.com/MaxOhn/rosu-pp-js/releases/download/v3.1.0/rosu_pp_js_web.tar.gz",
"xxysr-wasm": "0.1.4"
},
"devDependencies": {
"@types/node": "^24.5.2",
"cross-env": "^10.1.0",
"typescript": "~5.8.3",
"vite": "^7.1.7",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-static-copy": "^3.1.2",
"vite-plugin-wasm": "^3.5.0",
"vitest": "^3.2.4"
}
}