1
0
Fork 0
docsearch/docs/package.json
Tim Carry b422effcfa
Skip linting the docs when making a change to the root (#484)
It seems that Netlify is having some caching of the git remote and while this PR was working fine when I submitted it, it now fails as it has forgotten which remote to use.

I'm going to go and accept it, in order to group all the code that deals with Netlify in the same branch, allowing me to better have them work together.
2018-10-08 13:06:06 +02:00

80 lines
2.4 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",
"prepush": "./scripts/prepush",
"serve": "babel-node ./scripts/serve.js"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.1",
"@babel/node": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/preset-env": "7.0.0",
"@fullhuman/postcss-purgecss": "1.1.0",
"autoprefixer": "8.6.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.6",
"babel-plugin-dynamic-import-node-sync": "2.0.1",
"chalk": "2.4.1",
"cheerio": "1.0.0-rc.2",
"chokidar": "2.0.4",
"cpx": "1.5.0",
"eslint": "4.19.1",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "2.10.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.7.0",
"front-matter": "2.3.0",
"fs-extra": "7.0.0",
"gh-pages": "1.2.0",
"glob": "7.1.3",
"husky": "0.14.3",
"inquirer": "6.2.0",
"live-server": "1.2.0",
"lodash": "4.17.11",
"markdown-it": "8.4.2",
"markdown-it-anchor": "5.0.2",
"markdown-it-highlightjs": "3.0.0",
"normalize.css": "8.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.14.3",
"pug": "2.0.3",
"p-all": "1.0.0",
"p-each-series": "1.0.0",
"p-map": "1.2.0",
"remark-cli": "5.0.0",
"remark-frontmatter": "1.3.0",
"remark-lint-no-trailing-spaces": "2.0.0",
"remark-preset-lint-consistent": "2.0.2",
"remark-preset-lint-markdown-style-guide": "2.1.2",
"remark-preset-lint-recommended": "3.0.2",
"remark-reference-links": "4.0.2",
"stylelint": "9.6.0",
"stylelint-csstree-validator": "1.3.0",
"tailwindcss": "0.6.6",
"textlint": "11.0.0",
"textlint-rule-alex": "1.3.1",
"textlint-rule-common-misspellings": "1.0.1",
"textlint-rule-en-capitalization": "2.0.1",
"textlint-rule-stop-words": "1.0.5",
"textlint-rule-terminology": "1.1.29",
"textlint-rule-write-good": "1.6.2"
},
"peerDependencies": {},
"dependencies": {
"@glidejs/glide": "^3.2.3",
"popper.js": "^1.14.4"
}
}