1
0
Fork 0
docsearch/docs/package.json

82 lines
2.5 KiB
JSON

{
"license": "MIT",
"description": "DocSearch documentation",
"scripts": {
"build": "NODE_ENV=production babel-node ./scripts/build.js",
"deploy": "./scripts/deploy",
"lint": "./scripts/lint",
"lint:js": "./scripts/lint-js",
"lint:css": "./scripts/lint-css",
"lint:md": "./scripts/lint-md",
"lint:md:fix": "./scripts/lint-md-fix",
"precommit": "./scripts/precommit",
"prepush": "yarn lint",
"serve": "babel-node ./scripts/serve.js"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/node": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.5.5",
"@fullhuman/postcss-purgecss": "1.2.0",
"autoprefixer": "8.6.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"babel-plugin-dynamic-import-node-sync": "2.0.1",
"chalk": "2.4.2",
"cheerio": "1.0.0-rc.3",
"chokidar": "3.0.2",
"cpx": "1.5.0",
"eslint": "5.16.0",
"eslint-config-algolia": "13.4.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "2.7.0",
"front-matter": "3.0.2",
"fs-extra": "8.1.0",
"gh-pages": "1.2.0",
"glob": "7.1.4",
"husky": "3.0.3",
"inquirer": "6.5.1",
"live-server": "1.2.1",
"lodash": "4.17.15",
"markdown-it": "9.1.0",
"markdown-it-anchor": "5.2.4",
"markdown-it-classy": "0.2.0",
"markdown-it-highlightjs": "3.0.0",
"normalize.css": "8.0.1",
"p-all": "2.1.0",
"p-each-series": "2.1.0",
"p-map": "3.0.0",
"pify": "3.0.0",
"postcss": "6.0.23",
"postcss-clean": "1.1.0",
"postcss-import": "11.1.0",
"postcss-nested": "3.0.0",
"prettier": "1.18.2",
"pug": "2.0.4",
"remark-cli": "7.0.0",
"remark-frontmatter": "1.3.2",
"remark-lint-no-trailing-spaces": "2.0.1",
"remark-preset-lint-consistent": "2.0.3",
"remark-preset-lint-markdown-style-guide": "2.1.3",
"remark-preset-lint-recommended": "3.0.3",
"remark-reference-links": "4.0.4",
"stylelint": "10.1.0",
"stylelint-csstree-validator": "1.5.2",
"tailwindcss": "1.1.2",
"textlint": "11.3.1",
"textlint-rule-alex": "1.3.1",
"textlint-rule-common-misspellings": "1.0.1",
"textlint-rule-en-capitalization": "2.0.2",
"textlint-rule-stop-words": "1.0.17",
"textlint-rule-terminology": "1.1.30",
"textlint-rule-write-good": "1.6.2"
},
"peerDependencies": {},
"dependencies": {
"@glidejs/glide": "^3.2.3",
"popper.js": "^1.14.4"
}
}