@dcl/react-ecs
Version:
Decentraland ECS
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "@dcl/react-ecs",
"description": "Decentraland ECS",
"version": "7.9.3",
"author": "DCL",
"bugs": "https://github.com/decentraland/js-sdk-toolchain/issues",
"dependencies": {
"@dcl/ecs": "7.9.3",
"react": "^18.2.0",
"react-reconciler": "^0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-reconciler": "^0.28.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/decentraland/js-sdk-toolchain#readme",
"keywords": [
"@dcl/react-ecs",
"dcl",
"ecs",
"react"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"repository": {
"url": "git+https://github.com/decentraland/js-sdk-toolchain",
"directory": "packages/@dcl/react-ecs"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "tsc -p tsconfig.json --watch"
},
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
"displayName": "React ECS",
"tsconfig": "./tsconfig.json"
},
"types": "./dist/index.d.ts",
"commit": "064a361b107085c8ce67ef5e3285f50e9137561f"
}