{
    "name": "react-jupyter-notebook-viewer",
    "version": "1.1.13",
    "description": "Highly customizable React component for rendering Jupyter Notebooks",
    "scripts": {
        "start": "webpack-dev-server --mode development --config ./webpack.config.js",
        "build": "npm run clean && webpack --mode production --config ./webpack.build.js",
        "clean": "rimraf dist"
    },
    "author": {
        "name": "Mehmet Tetik",
        "email": "mehmet1998tetik@hotmail.com",
        "url": "htpps://mehmettetik.nl"
    },
    "license": "MIT",
    "keywords": [
        "react-component",
        "react",
        "nextjs",
        "jupyter",
        "jupyter-notebook",
        "jupyter-notebook-viewer",
        "jupyter-notebook-viewer-react",
        "jupyter-notebook-viewer-react-component",
        "jupyter-notebook-viewer-react-component-nextjs"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/mtetik98/react-jupyter-notebook-viewer.git"
    },
    "homepage": "https://github.com/mtetik98/react-jupyter-notebook-viewer",
    "devDependencies": {
        "@types/react": "^18.0.9",
        "@types/react-dom": "^18.0.5",
        "@types/react-syntax-highlighter": "^15.5.1",
        "@types/webpack": "^5.28.0",
        "autoprefixer": "^10.4.7",
        "html-webpack-plugin": "^5.5.0",
        "postcss": "^8.4.14",
        "process": "^0.11.10",
        "react": "^18.1.0",
        "react-dom": "^18.1.0",
        "react-icons": "^4.4.0",
        "react-scripts": "^5.0.1",
        "rehype-katex": "^6.0.2",
        "remark-math": "^5.1.1",
        "tailwindcss": "^3.0.24",
        "ts-loader": "^9.3.0",
        "typescript": "^4.7.2",
        "webpack": "^5.72.1",
        "webpack-bundle-analyzer": "^4.5.0",
        "webpack-cli": "^4.9.2"
    },
    "dependencies": {
        "react-markdown": "^8.0.3",
        "react-syntax-highlighter": "^15.5.0",
        "remark-gfm": "^3.0.1"
    },
    "files": [
        "./dist"
    ],
    "src": "src/index.tsx",
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
}
