lingo3d-react
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
67 lines (66 loc) • 1.66 kB
JSON
{
"name": "lingo3d-react",
"files": [
"dist"
],
"main": "./dist/lingo3d-react.mjs",
"module": "./dist/lingo3d-react.mjs",
"exports": {
".": {
"import": "./dist/lingo3d-react.mjs",
"require": "./dist/lingo3d-react.mjs"
}
},
"types": "./dist/index.d.ts",
"private": false,
"sideEffects": false,
"version": "2.0.38",
"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": "vite build --config vite.config.production.ts && tsc --declaration --noEmit false --emitDeclarationOnly --outDir dist",
"preview": "vite preview"
},
"dependencies": {
"@lincode/hooks": "^1.0.41",
"@lincode/promiselikes": "^1.0.25",
"@lincode/reactivity": "^1.0.86",
"@lincode/utils": "^1.3.19",
"@types/three": "0.149.0",
"lingo3d": "2.0.38",
"nanoid": "^4.0.2",
"popmotion": "^11.0.5",
"preact": "^10.13.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@types/stats.js": "^0.17.0",
"@vitejs/plugin-react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}
}