react-defold
Version:
Defold component for react
75 lines (74 loc) • 1.91 kB
JSON
{
"name": "react-defold",
"version": "0.1.12",
"description": "Defold component for react",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.{js,js.map,d.ts}"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/thejustinwalsh/react-defold.git"
},
"keywords": [
"typescript",
"lua",
"defold",
"react"
],
"author": "Justin Walsh (@thejustinwalsh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thejustinwalsh/react-defold/issues"
},
"homepage": "https://github.com/thejustinwalsh/react-defold#readme",
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"cover 98%",
"last 1 version",
"not dead"
],
"scripts": {
"prebuild": "rimraf dist/*",
"build": "rollup --config",
"cosmos": "cosmos",
"cosmos:build": "cosmos-export",
"test": "jest -c jest.config.js --watchAll",
"test:build": "jest -c jest.config.js"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"@swc/cli": "^0.1.52",
"@swc/core": "^1.2.118",
"@swc/jest": "^0.2.11",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"html-webpack-plugin": "^4.5.2",
"jest": "^27.4.3",
"patch-package": "^6.4.7",
"react": "^17.0.2",
"react-cosmos": "^5.6.5",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.1",
"swc-loader": "^0.1.15",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^3.0.0"
}
}