mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
|
"type": "module",
|
|
"name": "frontend-misskey-world-engine",
|
|
"private": true,
|
|
"scripts": {
|
|
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/seedrandom": "3.0.8",
|
|
"@typescript-eslint/eslint-plugin": "8.59.2",
|
|
"@typescript-eslint/parser": "8.59.2",
|
|
"esbuild": "0.28.0",
|
|
"execa": "9.6.1",
|
|
"nodemon": "3.1.14",
|
|
"throttle-debounce": "5.0.2",
|
|
"@types/tinycolor2": "1.4.6"
|
|
},
|
|
"files": [
|
|
"built"
|
|
],
|
|
"dependencies": {
|
|
"@babylonjs/core": "9.12.0",
|
|
"@babylonjs/inspector": "9.12.0",
|
|
"@babylonjs/loaders": "9.12.0",
|
|
"@babylonjs/materials": "9.12.0",
|
|
"@types/throttle-debounce": "5.0.2",
|
|
"eventemitter3": "5.0.4",
|
|
"seedrandom": "3.0.5",
|
|
"tinycolor2": "1.6.0",
|
|
"hls.js": "1.6.16"
|
|
}
|
|
}
|