2024-01-25 23:49:29 -06:00
|
|
|
{
|
|
|
|
"name": "@flecks/react-redux",
|
2024-02-17 21:10:47 -06:00
|
|
|
"version": "4.0.11",
|
2024-01-31 09:30:06 -06:00
|
|
|
"author": "cha0s",
|
|
|
|
"license": "MIT",
|
2024-01-25 23:49:29 -06:00
|
|
|
"scripts": {
|
|
|
|
"build": "flecks build",
|
|
|
|
"clean": "flecks clean",
|
|
|
|
"lint": "flecks lint",
|
|
|
|
"postversion": "cp package.json dist",
|
|
|
|
"test": "flecks test"
|
|
|
|
},
|
2024-01-31 09:30:06 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
|
|
|
"directory": "packages/react-redux"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2024-01-25 23:49:29 -06:00
|
|
|
"files": [
|
|
|
|
"client.js",
|
|
|
|
"index.js",
|
|
|
|
"server.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-02-17 10:25:31 -06:00
|
|
|
"@flecks/core": "^4.2.2",
|
2024-02-17 21:10:47 -06:00
|
|
|
"@flecks/react": "^4.0.11",
|
2024-02-17 10:25:31 -06:00
|
|
|
"@flecks/redux": "^4.0.10",
|
2024-01-25 23:49:29 -06:00
|
|
|
"react-redux": "^7.2.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-17 10:25:31 -06:00
|
|
|
"@flecks/build": "^4.1.2",
|
|
|
|
"@flecks/fleck": "^4.1.2"
|
2024-01-25 23:49:29 -06:00
|
|
|
}
|
2024-01-26 10:40:31 -06:00
|
|
|
}
|