82 lines
2.5 KiB
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.2.3",
|
|
"@babel/core": "7.2.2",
|
|
"@babel/node": "7.2.2",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.3.1",
|
|
"@babel/preset-env": "7.3.1",
|
|
"@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.2",
|
|
"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": "3.0.1",
|
|
"fs-extra": "7.0.1",
|
|
"gh-pages": "1.2.0",
|
|
"glob": "7.1.3",
|
|
"husky": "0.14.3",
|
|
"inquirer": "6.2.1",
|
|
"live-server": "1.2.1",
|
|
"lodash": "4.17.11",
|
|
"markdown-it": "8.4.2",
|
|
"markdown-it-anchor": "5.0.2",
|
|
"markdown-it-classy": "0.2.0",
|
|
"markdown-it-highlightjs": "3.0.0",
|
|
"normalize.css": "8.0.1",
|
|
"p-all": "1.0.0",
|
|
"p-each-series": "1.0.0",
|
|
"p-map": "1.2.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.15.3",
|
|
"pug": "2.0.3",
|
|
"remark-cli": "5.0.0",
|
|
"remark-frontmatter": "1.3.1",
|
|
"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.3",
|
|
"stylelint": "9.10.1",
|
|
"stylelint-csstree-validator": "1.3.0",
|
|
"tailwindcss": "0.7.3",
|
|
"textlint": "11.2.1",
|
|
"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.7",
|
|
"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"
|
|
}
|
|
}
|