next-redux-wrapper
Version:
Redux wrapper for Next.js
60 lines (59 loc) • 1.8 kB
JSON
{
"name": "next-redux-wrapper",
"version": "8.1.0",
"description": "Redux wrapper for Next.js",
"main": "lib/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"source": "src/index.tsx",
"jsnext:main": "src/index.tsx",
"main:src": "src/index.tsx",
"scripts": {
"test": "jest",
"test:quick": "yarn test",
"clean": "rimraf lib es6 types coverage",
"build": "concurrently 'yarn:build:tsc:*'",
"build:tsc:es5": "tsc",
"build:tsc:es6": "tsc --project tsconfig.es6.json",
"start": "concurrently 'yarn:start:tsc:*'",
"start:tsc:es5": "yarn build:tsc:es5 --watch --preserveWatchOutput",
"start:tsc:es6": "yarn build:tsc:es6 --watch --preserveWatchOutput"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/react": "17.0.37",
"@types/react-redux": "7.1.20",
"@types/react-test-renderer": "17.0.1",
"@types/redux-promise-middleware": "6.0.0",
"@types/webpack": "5.28.0",
"concurrently": "6.4.0",
"jest": "27.4.3",
"next": "12.0.4",
"next-redux-wrapper-configs": "^8.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-test-renderer": "17.0.2",
"redux": "4.1.2",
"redux-promise-middleware": "6.1.2",
"rimraf": "3.0.2",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
},
"peerDependencies": {
"next": ">=9",
"react": "*",
"react-redux": "*"
},
"author": "Kirill Konshin",
"repository": {
"type": "git",
"url": "git://github.com/kirill-konshin/next-redux-wrapper.git"
},
"bugs": {
"url": "https://github.com/kirill-konshin/next-redux-wrapper/issues"
},
"homepage": "https://github.com/kirill-konshin/next-redux-wrapper",
"license": "MIT",
"gitHead": "8e098f77691704b69d745b19ef3f0e9ca73d0776"
}