UNPKG

ow-react

Version:

A module to use mount methods to run the usual index.js in a create-react-app, inside overwolf templates (typescript)

30 lines (29 loc) 744 B
{ "name": "ow-react", "version": "23.3.22", "description": "A module to use mount methods to run the usual index.js in a create-react-app, inside overwolf templates (typescript)", "main": "index.js", "scripts": { "test": "echo \"No Tests Set -Up\"" }, "repository": { "type": "git", "url": "git+https://github.com/daveinchy/daveinchy" }, "keywords": [ "overwolf", "typescript", "react", "mounting" ], "author": "Dave <daveinchy@github.com>", "license": "ISC", "bugs": { "url": "https://github.com/daveinchy/daveinchy/issues" }, "homepage": "https://github.com/DaveInchy/DaveInchy/tree/main/lib/ow-react", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }