1
0
Fork 0
docsearch/package.json

71 lines
2 KiB
JSON

{
"name": "docsearch.js",
"version": "2.4.1",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {
"dev": "./scripts/dev",
"dev:docs": "./scripts/dev-docs",
"serve": "./scripts/serve",
"doctoc": "doctoc --maxlevel 3 README.md CONTRIBUTING.md",
"build": "./scripts/build",
"build:css": "./scripts/build-css",
"build:js": "./scripts/build-js",
"build:docs": "./scripts/build-docs",
"release": "./scripts/release",
"release:beta": "./scripts/release-beta",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "jest --coverage && npm run lint",
"test:watch": "jest --watch"
},
"files": [
"dist/"
],
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "algolia/docsearch",
"devDependencies": {
"autoprefixer": "7.1.6",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.2",
"babel-istanbul": "0.12.2",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
"babel-plugin-rewire": "1.1.0",
"babel-preset-env": "1.6.1",
"babel-preset-stage-3": "6.24.1",
"conventional-changelog-cli": "1.3.4",
"cssnano": "3.10.0",
"doctoc": "1.3.0",
"eslint": "4.9.0",
"eslint-config-algolia": "12.0.0",
"eslint-config-prettier": "2.7.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "21.2.0",
"eslint-plugin-prettier": "2.3.1",
"gh-pages": "1.0.0",
"jest": "21.2.1",
"jsdom": "11.3.0",
"json": "9.0.6",
"mversion": "1.10.1",
"node-sass": "4.6.0",
"onchange": "3.2.1",
"postcss-cli": "4.1.1",
"prettier": "1.7.4",
"pretty-bytes-cli": "2.0.0",
"semver": "5.4.1",
"sinon": "4.0.1",
"uglify-js": "3.1.5",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4"
},
"peerDependencies": {},
"dependencies": {
"algoliasearch": "^3.24.5",
"autocomplete.js": "^0.29.0",
"hogan.js": "^3.0.2",
"to-factory": "^1.0.0"
}
}