1
0
Fork 0
docsearch/package.json
2018-08-27 20:11:56 +02:00

84 lines
2.3 KiB
JSON

{
"name": "docsearch.js",
"version": "2.5.2",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {
"build": "./scripts/build",
"build:css": "./scripts/build-css",
"build:js": "./scripts/build-js",
"docs:build": "cd ./docs && yarn build",
"docs:serve": "cd ./docs && yarn serve",
"docs:deploy": "cd ./docs && yarn deploy",
"lint": "./scripts/lint",
"release": "./scripts/release",
"release:beta": "./scripts/release-beta",
"serve": "./scripts/serve",
"test": "./scripts/test",
"test:watch": "./scripts/test-watch",
"postinstall": "cd ./docs && yarn install"
},
"files": [
"dist/"
],
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "algolia/docsearch",
"renovate": {
"extends": [
"config:library",
"schedule:weekends",
":automergeMinor",
":automergeBranchPush",
":semanticCommits",
":rebaseStalePrs",
":timezone(Europe/Paris)"
]
},
"devDependencies": {
"autoprefixer": "9.1.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-istanbul": "0.12.2",
"babel-jest": "23.4.2",
"babel-loader": "7.1.5",
"babel-plugin-rewire": "1.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"conventional-changelog-cli": "2.0.5",
"cssnano": "4.1.0",
"eslint": "5.4.0",
"eslint-config-algolia": "13.1.0",
"eslint-config-prettier": "2.10.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.22.0",
"eslint-plugin-prettier": "2.6.2",
"jest": "23.5.0",
"jsdom": "11.12.0",
"json": "9.0.6",
"live-server": "1.2.0",
"mversion": "1.12.0",
"node-sass": "4.9.3",
"onchange": "4.1.0",
"postcss-cli": "6.0.0",
"prettier": "1.14.2",
"pretty-bytes-cli": "2.0.0",
"semver": "5.5.1",
"sinon": "6.1.5",
"uglify-js": "3.4.8",
"webpack": "3.12.0",
"webpack-cli": "3.1.0"
},
"peerDependencies": {},
"dependencies": {
"algoliasearch": "^3.24.5",
"autocomplete.js": "^0.31.0",
"hogan.js": "^3.0.2",
"parallelshell": "^3.0.2",
"request": "^2.87.0",
"stack-utils": "^1.0.1",
"to-factory": "^1.0.0",
"zepto": "^1.2.0"
}
}