appbaseio/dejaVu

View on GitHub
packages/dejavu-main/package.json

Summary

Maintainability
Test Coverage
{
    "name": "dejavu-main",
    "description": "Dejavu main module",
    "version": "3.5.3",
    "authors": [
        "Anuj Shah <anujshah584@gmail.com>",
        "Lakhan Samani <lakhan.m.samani@gmail.com> (https://github.com/lakhansamani)",
        "Divyanshu Maithani <div.blackcat@gmail.com> (https://github.com/divyanshu013)",
        "Deepak Grover <deepakgrover333@gmail.com> (https://github.com/metagrover)",
        "ReactiveSearch.io <info@reactivesearch.io> (https://github.com/appbaseio)"
    ],
    "main": "lib/index.js",
    "module": "lib/index.es.js",
    "peerDependencies": {
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
    },
    "dependencies": {
        "@ant-design/icons": "^4.8.0",
        "@appbaseio/dejavu-browser": "^3.8.1",
        "@appbaseio/designkit": "^0.9.12",
        "@appbaseio/reactivesearch": "^3.23.1",
        "@divyanshu013/media": "^1.0.0",
        "@fortawesome/fontawesome-svg-core": "^1.2.27",
        "@fortawesome/free-solid-svg-icons": "^5.12.1",
        "@fortawesome/react-fontawesome": "^0.1.8",
        "antd": "^5.0.0",
        "appbase-js": "^4.0.2-beta.2",
        "brace": "^0.11.1",
        "codesandbox": "1.3.5",
        "cross-env": "^7.0.2",
        "cross-storage": "^1.0.0",
        "dayjs": "^1.11.7",
        "dom-helpers": "^3.4.0",
        "emotion": "9.2.6",
        "file-saver": "^2.0.0-rc.4",
        "flat": "^5.0.1",
        "ismobilejs": "^0.5.1",
        "lodash": "^4.17.11",
        "lzma": "^2.3.2",
        "moment": "^2.29.4",
        "papaparse": "^5.2.0",
        "prop-types": "^15.6.2",
        "react-ace": "^6.5.0",
        "react-custom-scrollbars": "^4.2.1",
        "react-element-to-jsx-string": "^14.0.2",
        "react-emotion": "^9.2.12",
        "react-expand-collapse": "^0.2.0",
        "react-joyride": "2.0.0-15",
        "react-json-editor-ajrm": "^2.5.8",
        "react-redux": "^5.0.7",
        "react-router-dom": "^4.3.1",
        "react-virtualized": "^9.21.0",
        "recharts": "^1.3.6",
        "redux": "^3.7.2",
        "redux-saga": "^0.16.0",
        "redux-thunk": "^2.3.0",
        "reselect": "^4.0.0",
        "url-parser-lite": "^0.1.0",
        "urlsafe-base64": "https://github.com/farhan687/urlsafe-base64.git"
    },
    "devDependencies": {
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.20.7",
        "clean-webpack-plugin": "^1.0.0",
        "compression-webpack-plugin": "^4.0.0",
        "copy-webpack-plugin": "^4.0.0",
        "favicons-webpack-plugin": "^4.2.0",
        "html-webpack-harddisk-plugin": "^1.0.2",
        "html-webpack-plugin": "^4.5.2",
        "mini-css-extract-plugin": "^0.9.0",
        "optimize-css-assets-webpack-plugin": "^5.0.3",
        "react": "^16.12.0",
        "react-dom": "^16.12.0",
        "terser-webpack-plugin": "^3.0.8",
        "webpack": "^4.19.0",
        "webpack-bundle-analyzer": "^3.0.2",
        "webpack-cli": "^3.1.0",
        "webpack-dev-server": "^3.1.8",
        "write-file-webpack-plugin": "^4.5.0"
    },
    "files": [
        "lib/"
    ],
    "scripts": {
        "watch": "cross-env NODE_ENV=development webpack-dev-server --open --mode development --content-base dist/app --history-api-fallback --hot --colors --port 1358",
        "watch:site": "cross-env NODE_ENV=development webpack-dev-server --open --mode development --content-base dist/site --history-api-fallback --hot --progress --colors --port 1359 --config webpack.config.site.js",
        "build": "yarn build:app && yarn build:site",
        "build:app": "NODE_ENV=production webpack",
        "build:site": "NODE_ENV=production webpack --config webpack.config.site.js",
        "build:chrome-extension": "yarn build:app && cd dist/app && rm favicon/manifest.json _redirects && zip -r ../dejavu.zip .",
        "format": "prettier --write --use-tabs 'app/src/!(batteries*)**/**/*.js'",
        "precommit": "lint-staged"
    },
    "lint-staged": {
        "./app/src/!(batteries*)**/*.js": [
            "prettier --write --use-tabs",
            "git add"
        ]
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/appbaseio/dejavu"
    },
    "gitHead": "c07862f02b67828a2fb196749a7396c3755fe3f7"
}