UNPKG

scrivito-highlight-code

Version:

A code hightlighting React component/Scrivito widget for the Scrivito CMS.

64 lines (63 loc) 1.82 kB
{ "name": "scrivito-highlight-code", "version": "1.0.7", "description": "A code hightlighting React component/Scrivito widget for the Scrivito CMS.", "main": "index.js", "peerDependencies": { "react": "^16.6.0", "react-dom": "^16.6.0", "scrivito": "^1.5.0" }, "repository": { "type": "git", "url": "git+https://github.com/mdwp/scrivito-highlight-code.git" }, "keywords": [ "scrivito", "widgets", "react", "react-CMS" ], "author": "mdwp", "license": "MIT", "bugs": { "url": "https://github.com/mdwp/scrivito-highlight-code/issues" }, "homepage": "https://github.com/mdwp/scrivito-highlight-code#readme", "dependencies": { "highlight.js": "^9.15.6" }, "devDependencies": { "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.2", "@babel/preset-react": "^7.0.0", "@types/highlight.js": "^9.12.3", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "clean-webpack-plugin": "^2.0.1", "copy-webpack-plugin": "^5.0.2", "es-check": "^5.0.0", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-import-resolver-webpack": "^0.11.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "prettier": "^1.16.4", "react": "^16.8.5", "react-dom": "^16.8.5", "react-highlight": "^0.12.0", "scrivito": "^1.5.0", "url-loader": "^1.1.2", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" }, "scripts": { "build": "webpack -p --mode production", "start": "webpack --watch --mode development", "eslint": "eslint --max-warnings 1 src/", "es-check": "npm run build && es-check es5 './build/**/*.js'" } }