1
0
Fork 0
docsearch/package.json

86 lines
2.4 KiB
JSON

{
"name": "docsearch.js",
"version": "2.6.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",
"doctoc": "doctoc --maxlevel 3 README.md CONTRIBUTING.md",
"lint": "./scripts/lint",
"format:scss": "prettier --write ./src/**/*.scss",
"format:md": "prettier --write '**/*.md'",
"release": "./scripts/release",
"serve": "./scripts/serve",
"test": "./scripts/test",
"test:watch": "./scripts/test-watch"
},
"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.6.0",
"babel-loader": "7.1.5",
"babel-plugin-rewire": "1.2.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"conventional-changelog-cli": "2.0.11",
"cssnano": "4.1.8",
"doctoc": "1.4.0",
"eslint": "5.4.0",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "2.10.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jest": "22.2.2",
"eslint-plugin-prettier": "2.7.0",
"jest": "23.6.0",
"jsdom": "11.12.0",
"json": "9.0.6",
"live-server": "1.2.1",
"mversion": "1.12.0",
"node-sass": "4.11.0",
"onchange": "4.1.0",
"parallelshell": "3.0.2",
"postcss-cli": "6.1.1",
"prettier": "1.16.1",
"pretty-bytes-cli": "2.0.0",
"semver": "5.6.0",
"sinon": "7.2.3",
"uglify-js": "3.4.9",
"webpack": "3.12.0",
"webpack-cli": "3.2.1"
},
"peerDependencies": {},
"dependencies": {
"algoliasearch": "^3.24.5",
"autocomplete.js": "0.35.0",
"hogan.js": "^3.0.2",
"request": "^2.87.0",
"stack-utils": "^1.0.1",
"to-factory": "^1.0.0",
"zepto": "^1.2.0"
}
}