blob: ecfc4166618b56cac78c935adfe07af4a97aae91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "devtools-bin",
"version": "1.0.0",
"scripts": {
"test": "tsc",
"test-ci": "tsc"
},
"license": "MPL-2.0",
"devDependencies": {
"@types/react": "^16.9.10",
"@types/react-dom-factories": "^1.0.2",
"@types/react-redux": "^7.1.5",
"@types/redux": "^3.6.0",
"typescript": "^3.8.3"
}
}
|