ddf0dff6f6
We got there
37 lines
737 B
JSON
37 lines
737 B
JSON
{
|
|
"name": "@flecks/redux",
|
|
"version": "4.0.11",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "flecks build",
|
|
"clean": "flecks clean",
|
|
"lint": "flecks lint",
|
|
"test": "flecks test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
|
"directory": "packages/redux"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"client.js",
|
|
"index.js",
|
|
"server.js"
|
|
],
|
|
"dependencies": {
|
|
"@flecks/core": "^4.2.3",
|
|
"@reduxjs/toolkit": "^1.5.0",
|
|
"debug": "^4.3.3",
|
|
"lodash.throttle": "^4.1.1",
|
|
"reduce-reducers": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@flecks/build": "^4.1.3",
|
|
"@flecks/fleck": "^4.1.3"
|
|
}
|
|
}
|