@rsmax/plugin-devtools
Version:
Inject React Devtools to Rsmax
38 lines (37 loc) • 852 B
JSON
{
"name": "@rsmax/plugin-devtools",
"version": "1.3.13",
"description": "Inject React Devtools to Rsmax",
"keywords": [
"react"
],
"homepage": "https://reamxjs.org",
"bugs": {
"url": "https://github.com/remaxjs/remax/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remaxjs/remax.git"
},
"license": "MIT",
"author": "Meck Zhu <yesmeck@gmail.com>",
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"prebuild": "npm run clean",
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"test": "echo done"
},
"dependencies": {
"@remax/react-devtools-core": "^4.7.1",
"@rsmax/shared": "1.3.13",
"webpack-inject-plugin": "^1.5.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ff3656307036567c5b9d9b62dcaa599f539d56b7"
}