overmind-devtools-client
Version:
Overmind devtool
38 lines • 1.01 kB
JSON
{
"name": "overmind-devtools-client",
"version": "11.0.5",
"description": "Overmind devtool",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.prod.js",
"typecheck": "tsc --noEmit",
"prepare": "npm run build",
"posttest": "npm run typecheck"
},
"keywords": [
"overmind",
"devtool"
],
"dependencies": {
"color-hash": "^2.0.2",
"emotion": "^9.2.12",
"lodash.clonedeep": "^4.5.0",
"overmind-react": "29.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"split-pane-react": "^0.1.3",
"tslib": "^2.6.2",
"ws": "^8.14.1"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "7.22.5",
"@types/node": "^20.6.1",
"@types/ws": "8.5.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-merge": "^5.9.0"
}
}