Comparing version 0.6.1 to 0.7.1-beta.0
138
package.json
{ | ||
"name": "mdsvex", | ||
"version": "0.6.1", | ||
"description": "Markdown preprocessor for Svelte", | ||
"main": "dist/main.cjs.js", | ||
"module": "dist/main.es.js", | ||
"repository": "https://github.com/pngwn/MDsveX", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"lint": "eslint 'src/' 'test/' --ext .js,.ts", | ||
"test": "yarn lint & jest --verbose", | ||
"test:watch": "jest --verbose --watch", | ||
"test:cov": "yarn lint && jest --verbose --coverage" | ||
}, | ||
"keywords": [ | ||
"test", | ||
"preprocessor", | ||
"mdx", | ||
"markdown", | ||
"svelte" | ||
], | ||
"author": "pngwn <hello@pngwn.io>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.3", | ||
"@typescript-eslint/eslint-plugin": "^2.0.0", | ||
"@typescript-eslint/parser": "^2.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"highlight.js": "^9.15.10", | ||
"jest": "^24.9.0", | ||
"markdown-it-container": "^2.0.0", | ||
"markdown-it-footnote": "^3.0.2", | ||
"markdown-it-testgen": "^0.1.6", | ||
"prettier": "^1.18.2", | ||
"prettier-eslint": "^9.0.0", | ||
"rollup": "^1.20.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-svelte": "^5.1.0", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"svelte": "^3.9.1", | ||
"ts-jest": "^24.0.2", | ||
"ts-lib": "^0.0.5", | ||
"ts-node": "^8.3.0", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.6.2", | ||
"typescript-eslint-parser": "^22.0.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "3.x" | ||
}, | ||
"dependencies": { | ||
"entities": "^2.0.0", | ||
"front-matter": "^3.0.1", | ||
"markdown-it": "^9.1.0", | ||
"path-browserify": "^1.0.0", | ||
"punycode": "^2.1.1" | ||
} | ||
"name": "mdsvex", | ||
"version": "0.7.1-beta.0", | ||
"description": "Markdown preprocessor for Svelte", | ||
"main": "dist/main.cjs.js", | ||
"module": "dist/main.es.js", | ||
"browser": "dist/main.browser.js", | ||
"repository": "https://github.com/pngwn/MDsveX", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"lint": "eslint 'src/' 'test/' --ext .js,.ts", | ||
"test": "uvu -r esm test test.js$", | ||
"test:watch": "node -r esm ./test/_scripts/test_watch.js --verbose", | ||
"test:cov": "yarn lint && jest --verbose --coverage", | ||
"generate_files": "node -r esm ./test/_scripts/generate_markdown_html.js" | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"keywords": [ | ||
"test", | ||
"preprocessor", | ||
"mdx", | ||
"markdown", | ||
"svelte" | ||
], | ||
"author": "pngwn <hello@pngwn.io>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@rollup/plugin-replace": "^2.2.1", | ||
"@starptech/prettyhtml-hast-to-html": "^0.10.0", | ||
"@types/node": "^12.7.10", | ||
"cheap-watch": "^1.0.2", | ||
"escape-html": "^1.0.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"esm": "^3.2.25", | ||
"front-matter": "^3.0.2", | ||
"highlight.js": "^9.16.2", | ||
"jest-diff": "^24.9.0", | ||
"js-yaml": "^3.13.1", | ||
"kleur": "^3.0.3", | ||
"node-fetch": "^2.6.0", | ||
"prettier": "^1.19.1", | ||
"prettier-eslint": "^9.0.0", | ||
"prism-svelte": "^0.4.6", | ||
"rehype-slug": "^2.0.3", | ||
"rehype-toc": "^2.2.2", | ||
"remark-autolink-headings": "^5.2.1", | ||
"remark-containers": "^1.1.1", | ||
"remark-external-links": "^5.0.0", | ||
"remark-frontmatter": "^1.3.2", | ||
"remark-parse": "^7.0.2", | ||
"remark-rehype": "^5.0.0", | ||
"remark-slug": "^5.1.2", | ||
"retext": "^7.0.1", | ||
"retext-smartypants": "^3.0.3", | ||
"rollup": "^1.27.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-svelte": "^5.1.1", | ||
"svelte": "^3.14.1", | ||
"toml": "^3.0.0", | ||
"unified": "^8.4.2", | ||
"uvu": "^0.0.10", | ||
"yarn": "^1.19.0", | ||
"zora": "^3.1.9" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "3.x" | ||
}, | ||
"dependencies": { | ||
"prismjs": "^1.17.1" | ||
} | ||
} |
2
4317606
43
6
121319
+ Addedprismjs@^1.17.1
+ Addedprismjs@1.29.0(transitive)
- Removedentities@^2.0.0
- Removedfront-matter@^3.0.1
- Removedmarkdown-it@^9.1.0
- Removedpath-browserify@^1.0.0
- Removedpunycode@^2.1.1
- Removedargparse@1.0.10(transitive)
- Removedentities@1.1.22.2.0(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfront-matter@3.2.1(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedlinkify-it@2.2.0(transitive)
- Removedmarkdown-it@9.1.0(transitive)
- Removedmdurl@1.0.1(transitive)
- Removedpath-browserify@1.0.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removeduc.micro@1.0.6(transitive)