61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "react-highlight",
|
||
|
"version": "0.15.0",
|
||
|
"description": "React component for syntax highlighting",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
|
||
|
"test": "BABEL_ENV=test jest"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/akiran/react-highlight.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"highlight.js",
|
||
|
"syntax",
|
||
|
"highlighting",
|
||
|
"react-component"
|
||
|
],
|
||
|
"author": "Kiran Abburi",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/akiran/react-highlight/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/akiran/react-highlight",
|
||
|
"dependencies": {
|
||
|
"highlight.js": "^10.5.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^6.7.7",
|
||
|
"babel-cli": "^6.26.0",
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-eslint": "^6.1.2",
|
||
|
"babel-jest": "^22.4.3",
|
||
|
"babel-loader": "^7.1.2",
|
||
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||
|
"babel-preset-env": "^1.6.1",
|
||
|
"babel-preset-es2015": "^6.24.1",
|
||
|
"babel-preset-react": "^6.24.1",
|
||
|
"babel-preset-stage-0": "^6.24.1",
|
||
|
"eslint": "^3.19.0",
|
||
|
"eslint-plugin-react": "^6.10.3",
|
||
|
"html-loader": "^0.4.5",
|
||
|
"jest": "^22.4.2",
|
||
|
"jsx-loader": "^0.13.2",
|
||
|
"markdown-loader": "^2.0.0",
|
||
|
"multiline": "^1.0.2",
|
||
|
"node-libs-browser": "^2.0.0",
|
||
|
"raw-loader": "^0.5.1",
|
||
|
"react": "^15.5.4",
|
||
|
"react-dom": "^15.5.4",
|
||
|
"react-test-renderer": "^16.2.0",
|
||
|
"regenerator-runtime": "^0.11.1",
|
||
|
"webpack": "^3.6.0",
|
||
|
"webpack-dev-server": "^2.9.1"
|
||
|
},
|
||
|
"peerDependencies": {}
|
||
|
}
|