79 lines
2.5 KiB
JSON
79 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",
|
|
"prepush": "./scripts/prepush",
|
|
"serve": "babel-node ./scripts/serve.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-beta.51",
|
|
"@babel/core": "^7.0.0-beta.51",
|
|
"@babel/node": "^7.0.0-beta.51",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
|
|
"@babel/preset-env": "^7.0.0-beta.51",
|
|
"@fullhuman/postcss-purgecss": "^1.0.1",
|
|
"autoprefixer": "^8.6.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^8.2.3",
|
|
"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.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"front-matter": "^2.3.0",
|
|
"fs-extra": "^7.0.0",
|
|
"glob": "^7.1.2",
|
|
"husky": "^0.14.3",
|
|
"inquirer": "^6.0.0",
|
|
"live-server": "^1.2.0",
|
|
"lodash": "^4.17.10",
|
|
"markdown-it": "^8.4.1",
|
|
"markdown-it-anchor": "^5.0.2",
|
|
"markdown-it-highlightjs": "^3.0.0",
|
|
"normalize.css": "^8.0.0",
|
|
"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.14.2",
|
|
"pug": "^2.0.3",
|
|
"puppeteer": "^1.6.1",
|
|
"remark-cli": "^5.0.0",
|
|
"remark-frontmatter": "^1.2.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.2",
|
|
"stylelint": "^9.3.0",
|
|
"stylelint-csstree-validator": "^1.3.0",
|
|
"tailwindcss": "^0.6.4",
|
|
"textlint": "^11.0.0",
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
"textlint-rule-en-capitalization": "^2.0.1",
|
|
"textlint-rule-stop-words": "^1.0.4",
|
|
"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"
|
|
}
|
|
}
|