lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
85 lines (84 loc) • 2.66 kB
JSON
{
"name": "lingo3d",
"version": "2.0.44",
"description": "Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor",
"repository": "https://github.com/lingo3d/lingo3d",
"homepage": "https://lingo3d.com",
"author": "Lingo3D",
"license": "MIT",
"keywords": [
"lingo3d",
"3d",
"game",
"react",
"vue"
],
"scripts": {
"dev": "vite",
"build": "npm run clean && tsc --noEmit false --declaration --outDir lib",
"preview": "vite preview",
"clean": "node node_modules/rimraf/bin lib"
},
"dependencies": {
"@lincode/events": "^1.0.33",
"@lincode/filetypes": "^1.0.3",
"@lincode/math": "^1.0.8",
"@lincode/promiselikes": "^1.0.25",
"@lincode/reactivity": "^1.0.87",
"@lincode/utils": "^1.3.19",
"@mediapipe/tasks-vision": "0.1.0-alpha-9",
"@pmndrs/vanilla": "^1.6.0",
"@preact/signals": "^1.1.3",
"@qiwi/dts-bundle": "^0.7.5",
"@types/three": "0.150.1",
"@ungap/structured-clone": "^1.2.0",
"@webcontainer/api": "^1.1.3",
"browser-fs-access": "0.34.1",
"esbuild-wasm": "^0.17.19",
"monaco-editor": "^0.38.0",
"monaco-themes": "^0.4.4",
"n8ao": "^1.4.4",
"nanoid": "^4.0.2",
"nipplejs": "0.10.1",
"parse-ts-to-ast": "^0.1.4",
"postprocessing": "6.31.0",
"preact": "^10.15.1",
"preact-compat": "^3.19.0",
"prettier": "^2.8.8",
"stats.js": "^0.17.0",
"three": "0.150.1",
"vite-plugin-monaco-editor": "^1.1.0",
"wasm-feature-detect": "^1.5.1",
"wavesurfer.js": "^6.6.3",
"xstate": "^4.37.2",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/preact-custom-element": "^4.0.1",
"@types/prettier": "^2.7.2",
"@types/randomcolor": "^0.5.7",
"@types/stats.js": "^0.17.0",
"@types/wavesurfer.js": "^6.0.6",
"lil-gui": "^0.18.1",
"lingo3d-facade": "^1.0.0",
"lingo3d-forest": "^1.0.0",
"object-sizeof": "^2.6.1",
"randomcolor": "^0.6.2",
"rimraf": "^3.0.2",
"tweakpane": "^3.1.9",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"private": false,
"module": "lib/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}
}