md-imgage-error-loader
Version:
Markdown invalid picture replacement
84 lines (83 loc) • 2.35 kB
JSON
{
"name": "md-imgage-error-loader",
"version": "1.0.4",
"description": "Markdown invalid picture replacement",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/bosens-China/md-imgage-error-loader"
},
"keywords": [
"webpack",
"markdown",
"error",
"imgage"
],
"files": [
"dist"
],
"author": "boses",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.1.1",
"@types/jest": "^26.0.20",
"@types/loader-utils": "^2.0.1",
"@types/lodash": "^4.14.168",
"@types/markdown-it": "^12.0.1",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"babel-jest": "^26.6.3",
"commitizen": "^4.2.3",
"commitlint": "^11.0.0",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lodash": "^4.17.20",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"rollup": "^2.38.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"scripts": {
"jest": "jest",
"jest-watch": "jest --watchAll",
"jest-watchAll": "jest --watch",
"build": "rollup --config rollup.config.js",
"build-watch": "rollup --config rollup.config.js --watch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"comment": "prettier --check \"src/**/*.ts\" && cz"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"dependencies": {
"loader-utils": "^2.0.0",
"markdown-it": "^12.0.4"
}
}