Repository URL to install this package:
|
Version:
1.0.1 ▾
|
@skava/state
/
package.json
|
|---|
{
"name": "@skava/state",
"version": "1.0.1",
"description": "shared state",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublish": "make publish"
},
"peerDependencies": {
"xmobx": "^2.0.2"
},
"dependencies": {
"exotic": "^1.2.14",
"lodash": "4.17.11",
"xmobx": "^2.0.2"
},
"devDependencies": {
"@skava/tests": "3.0.0-alpha.1",
"@skava/tslint": "^1.3.3",
"@skava/typings": "^1.3.1",
"@types/jest": "23.3.4",
"@types/lodash": "4.14.116",
"@types/node": "10.11.7",
"jest": "23.6.0",
"tslint": "5.11.0",
"typescript": "3.1.1"
},
"gitHead": "542faf2c863452e7fbbf6cb493d1893ee853f471"
}