next-instantsearch
Version:
Server side rendering with Next.js and React InstantSearch
70 lines (69 loc) • 1.77 kB
JSON
{
"name": "next-instantsearch",
"version": "0.3.15",
"repository": "git@github.com:stuart-williams/next-instantsearch.git",
"description": "Server side rendering with Next.js and React InstantSearch",
"keywords": [
"next",
"nextjs",
"algolia",
"instantsearch",
"react-instantsearch",
"algolia-search"
],
"main": "build/index.js",
"files": [
"build"
],
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"pretest": "npm run lint",
"test": "jest",
"dev": "tsc --watch",
"build": "tsc",
"postversion": "git push && git push --tags"
},
"author": "Stuart Williams",
"license": "MIT",
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom",
"setupFiles": [
"<rootDir>/jest.setup.ts"
]
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/qs": "^6.9.2",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-instantsearch-dom": "^6.3.0",
"algoliasearch": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^26.0.1",
"next": "^9.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-instantsearch-dom": "^6.5.0",
"ts-jest": "^26.0.0",
"tslint": "^6.1.2",
"tslint-react": "^5.0.0",
"typescript": "^3.9.2"
},
"dependencies": {
"hoist-non-react-statics": "^3.3.2",
"qs": "^6.9.4",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
"algoliasearch": ">= 4.x",
"react-instantsearch-dom": ">= 6.5",
"next": ">= 9.x",
"react": ">= 16.3"
}
}