forked from cerebral/overmind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "overmind-devtools-client",
"version": "1.0.0-alpha1",
"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": {
"emotion": "^9.2.12",
"lodash.clonedeep": "^4.5.0",
"lodash.throttle": "^4.1.1",
"non-blocking-json": "next",
"overmind-react": "next",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-split-pane": "^0.1.87",
"ws": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@types/node": "^12.11.6",
"@types/ws": "6.0.1",
"terser-webpack-plugin": "^1.3.0",
"tslib": "^1.10.0",
"webpack-merge": "^4.2.1"
}
}