create-instantsearch-app
Version:
⚡️ Build InstantSearch apps at the speed of thought
35 lines (34 loc) • 804 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"algoliasearch": "3.35.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-instantsearch-dom": "{{libraryVersion}}",
"react-scripts": "2.1.1"
},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"prettier": "1.19.1",
"prop-types": "15.7.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}