@ray-core/plugin-devtools
Version:
Inject React Devtools to Ray
29 lines (28 loc) • 607 B
JSON
{
"name": "@ray-core/plugin-devtools",
"version": "0.4.8",
"description": "Inject React Devtools to Ray",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf lib tsconfig.tsbuildinfo",
"test": "echo done",
"prebuild": "npm run clean",
"build": "tsc"
},
"dependencies": {
"@ray-core/shared": "0.4.8",
"@remax/react-devtools-core": "^4.7.1",
"webpack-inject-plugin": "^1.5.4"
},
"gitHead": "eb46e2d752c49a02bd7f393910bb1ededaf726a0"
}