Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 20, 2020 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/c154237cac2686f588929a11e89d095e to your computer and use it in GitHub Desktop.
Save peterbe/c154237cac2686f588929a11e89d095e to your computer and use it in GitHub Desktop.
diff --git a/package.json b/package.json
index 7309e02..c9ef01f 100644
--- a/package.json
+++ b/package.json
@@ -1,83 +1,84 @@
{
- "name": "stump",
- "version": "0.1.0",
- "description": "An MDN futures experiment.",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/mdn/stumptown-content"
- },
- "author": "MDN Web Docs",
- "license": "MPL",
- "bugs": {
- "url": "https://github.com/mdn/stumptown-content/issues"
- },
- "scripts": {
- "prettier-check": "prettier --check \"scripts/**/*.js\" \"**/*.yaml\"",
- "prettier-format": "prettier --write \"scripts/**/*.js\" \"**/*.yaml\"",
- "lint-md": "node scripts/linter",
- "lint-code": "eslint \"scripts/**/*.js\" && npm run prettier-check",
- "build-json": "node scripts/build-json/build-json.js",
- "scrape-mdn": "node scripts/scraper/scrape-mdn.js",
- "ci-checks": "node scripts/ci/git.js",
- "mdn-sitemap-compare": "node scripts/linting/mdn-sitemap-compare.js",
- "spell-md-en": "mdspell -a -n -r -x --en-us \"content/en-US/**/!(*contributors).md\"",
- "test": "npm run lint-code && npm run lint-md && npm run spell-md-en",
- "update-kumascript-parser": "echo '// Do not modify. \n// Originally from https://github.com/mdn/kumascript/trunk/src/parser.js\n// See also https://github.com/mdn/kumascript/blob/master/LICENSE\n' > scripts/scraper-ng/vendor/parser.js && svn cat https://github.com/mdn/kumascript/trunk/src/parser.js >> scripts/scraper-ng/vendor/parser.js"
- },
- "dependencies": {
- "async-sema": "^3.1.0",
- "chalk": "^3.0.0",
- "gray-matter": "4.0.2",
- "hast-util-find-and-replace": "^2.0.0",
- "js-yaml": "3.13.1",
- "jsdom": "16.1.0",
- "markdown-spellcheck": "1.3.1",
- "mdn-browser-compat-data": "1.0.7",
- "node-fetch": "2.6.0",
- "rehype": "^9.0.1",
- "rehype-parse": "6.0.2",
- "rehype-raw": "4.0.1",
- "rehype-remark": "7.0.0",
- "rehype-stringify": "6.0.1",
- "remark-cli": "7.0.1",
- "remark-frontmatter": "^1.3.2",
- "remark-parse": "7.0.2",
- "remark-preset-lint-consistent": "^2.0.3",
- "remark-preset-lint-recommended": "3.0.3",
- "remark-rehype": "5.0.0",
- "remark-retext": "^3.1.3",
- "remark-stringify": "7.0.4",
- "retext-stringify": "^2.0.4",
- "unist-util-visit": "^2.0.1",
- "vfile-statistics": "^1.1.3"
- },
- "remarkConfig": {
- "plugins": [
- "remark-frontmatter",
- "remark-preset-lint-consistent",
- "remark-preset-lint-recommended",
- [
- "remark-lint-list-item-indent",
- "space"
- ],
- [
- "remark-lint-heading-style",
- "atx"
- ]
- ]
- },
- "devDependencies": {
- "eslint": "^6.8.0",
- "husky": "4.2.1",
- "prettier": "1.19.1",
- "pretty-quick": "2.0.1",
- "yargs": "^15.1.0"
- },
- "prettier": {},
- "husky": {
- "hooks": {
- "pre-commit": "pretty-quick --staged"
- }
+ "name": "stump",
+ "version": "0.1.0",
+ "description": "An MDN futures experiment.",
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mdn/stumptown-content"
+ },
+ "author": "MDN Web Docs",
+ "license": "MPL",
+ "bugs": {
+ "url": "https://github.com/mdn/stumptown-content/issues"
+ },
+ "scripts": {
+ "prettier-check": "prettier --check \"scripts/**/*.js\" \"**/*.yaml\"",
+ "prettier-format": "prettier --write \"scripts/**/*.js\" \"**/*.yaml\"",
+ "lint-md": "node scripts/linter",
+ "lint-code": "eslint \"scripts/**/*.js\" && npm run prettier-check",
+ "build-json": "node scripts/build-json/build-json.js",
+ "scrape-mdn": "node scripts/scraper/scrape-mdn.js",
+ "ci-checks": "node scripts/ci/git.js",
+ "mdn-sitemap-compare": "node scripts/linting/mdn-sitemap-compare.js",
+ "spell-md-en": "mdspell -a -n -r -x --en-us \"content/en-US/**/!(*contributors).md\"",
+ "test": "npm run lint-code && npm run lint-md && npm run spell-md-en",
+ "update-kumascript-parser": "echo '// Do not modify. \n// Originally from https://github.com/mdn/kumascript/trunk/src/parser.js\n// See also https://github.com/mdn/kumascript/blob/master/LICENSE\n' > scripts/scraper-ng/vendor/parser.js && svn cat https://github.com/mdn/kumascript/trunk/src/parser.js >> scripts/scraper-ng/vendor/parser.js"
+ },
+ "dependencies": {
+ "async-sema": "^3.1.0",
+ "chalk": "^3.0.0",
+ "gray-matter": "4.0.2",
+ "hast-util-find-and-replace": "^2.0.0",
+ "js-yaml": "3.13.1",
+ "jsdom": "16.1.0",
+ "markdown-spellcheck": "1.3.1",
+ "mdn-browser-compat-data": "1.0.7",
+ "node-fetch": "2.6.0",
+ "rehype": "^9.0.1",
+ "rehype-parse": "6.0.2",
+ "rehype-raw": "4.0.1",
+ "rehype-remark": "7.0.0",
+ "rehype-stringify": "6.0.1",
+ "remark-cli": "7.0.1",
+ "remark-frontmatter": "^1.3.2",
+ "remark-parse": "7.0.2",
+ "remark-preset-lint-consistent": "^2.0.3",
+ "remark-preset-lint-recommended": "3.0.3",
+ "remark-rehype": "5.0.0",
+ "remark-retext": "^3.1.3",
+ "remark-stringify": "7.0.4",
+ "retext-stringify": "^2.0.4",
+ "unified": "8.4.2",
+ "unist-util-visit": "^2.0.1",
+ "vfile-statistics": "^1.1.3"
+ },
+ "remarkConfig": {
+ "plugins": [
+ "remark-frontmatter",
+ "remark-preset-lint-consistent",
+ "remark-preset-lint-recommended",
+ [
+ "remark-lint-list-item-indent",
+ "space"
+ ],
+ [
+ "remark-lint-heading-style",
+ "atx"
+ ]
+ ]
+ },
+ "devDependencies": {
+ "eslint": "^6.8.0",
+ "husky": "4.2.1",
+ "prettier": "1.19.1",
+ "pretty-quick": "2.0.1",
+ "yargs": "^15.1.0"
+ },
+ "prettier": {},
+ "husky": {
+ "hooks": {
+ "pre-commit": "pretty-quick --staged"
}
+ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment