{
    "name": "@descarteslabs/viewer",
    "version": "0.12.21",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "build:dev": "webpack --config webpack.config.dev.js",
        "build:dist": "NODE_ENV=production webpack --config webpack.config.prod.js",
        "prepare": "npm run build:dist",
        "deploy": "./deploy.sh ${GS_PATH}",
        "serve": "webpack-dev-server --config webpack.config.dev.js --https --port 8000 --public 1337.descarteslabs.com",
        "serve:reset": "rm -rf node_modules/ && npm i && npm run serve",
        "test": "jest"
    },
    "jest": {
        "collectCoverageFrom": [
            "src/**/*.{js,jsx}"
        ],
        "testPathIgnorePatterns": [
            "<rootDir>[/\\\\](docs|examples|public|node_modules)[/\\\\]"
        ],
        "testEnvironment": "node",
        "testURL": "https://1337.descarteslabs.com",
        "transform": {
            "^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest"
        },
        "transformIgnorePatterns": [
            "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
        ],
        "moduleNameMapper": {
            "^react-native$": "react-native-web"
        }
    },
    "dependencies": {
        "@cycle/history": "^6.3.0",
        "@cycle/most-run": "^8.0.0",
        "@cycle/storage": "^5.0.3",
        "@cycle/time": "^0.8.0",
        "@descarteslabs/cycle-widgets": "^0.1.31",
        "@descarteslabs/descarteslabs": "^1.0.11",
        "@descarteslabs/pizzazz": "^0.0.13",
        "@descarteslabs/react-ts-widgets": "^1.0.8",
        "@material-ui/core": "^4.2.0",
        "@material-ui/icons": "^4.2.0",
        "@material-ui/styles": "^4.2.1",
        "@most/create": "^2.0.1",
        "@most/hold": "^2.0.0",
        "@motorcycle/collection": "^1.1.0",
        "@sunny-g/cycle-react-driver": "^0.4.11",
        "@sunny-g/cycle-redux-driver": "^0.1.17",
        "@sunny-g/cycle-utils": "^0.2.4",
        "@turf/turf": "4.3.1",
        "codemirror": "^5.29.0",
        "d3-scale-chromatic": "^1.1.1",
        "fetch": "^1.1.0",
        "hoist-non-react-statics": "^3.3.0",
        "moment": "^2.18.1",
        "most": "^1.3.0",
        "object-hash": "^1.2.0",
        "ol": "^4.2.0",
        "plotly.js": "^1.31.2",
        "polished": "^1.1.3",
        "proj4": "^2.4.3",
        "prop-types": "^15.5.10",
        "query-string": "^4.3.4",
        "ramda": "^0.24.1",
        "rc-progress": "^2.2.2",
        "rc-slider": "^8.2.0",
        "rc-util": "^4.3.1",
        "react": "^16.8.0",
        "react-codemirror": "^1.0.0",
        "react-datetime": "^2.8.10",
        "react-dnd": "^2.5.4",
        "react-dnd-html5-backend": "^2.5.4",
        "react-dom": "^16.0.0",
        "react-loader": "^2.4.2",
        "react-moment-proptypes": "^1.4.0",
        "react-select": "^1.2.1",
        "react-syntax-highlighter": "^5.6.2",
        "recompose": "^0.23.4",
        "remcycle": "^0.2.20",
        "styled-components": "^2.2.0",
        "whatwg-fetch": "^2.0.2"
    },
    "devDependencies": {
        "autoprefixer": "^7.1.1",
        "babel-core": "^6.26.0",
        "babel-eslint": "^7.2.3",
        "babel-jest": "^20.0.0",
        "babel-loader": "^7.0.0",
        "babel-plugin-styled-components": "^1.1.4",
        "babel-plugin-transform-decorators-legacy": "^1.3.4",
        "babel-polyfill": "^6.23.0",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-react": "^6.24.1",
        "babel-preset-stage-0": "^6.24.1",
        "compression-webpack-plugin": "^0.4.0",
        "css-loader": "^0.28.1",
        "eslint": "^3.19.0",
        "eslint-config-airbnb": "^11.0.0",
        "eslint-loader": "^1.7.1",
        "eslint-plugin-import": "^1.15.0",
        "eslint-plugin-jsx-a11y": "^2.2.2",
        "eslint-plugin-react": "^6.2.1",
        "extract-text-webpack-plugin": "^2.1.0",
        "file-loader": "^0.11.1",
        "html-webpack-plugin": "^2.30.1",
        "jest": "^20.0.0",
        "jest-cli": "^20.0.0",
        "jscodeshift": "^0.3.32",
        "json-loader": "^0.5.7",
        "postcss-autoreset": "^2.0.0",
        "postcss-initial": "^2.0.0",
        "postcss-loader": "^2.0.5",
        "postcss-reporter": "^3.0.0",
        "react-svg-loader": "^1.1.1",
        "redux-devtools-extension": "^2.13.2",
        "style-loader": "^0.17.0",
        "stylelint": "^7.10.1",
        "stylelint-config-standard": "^16.0.0",
        "terser-webpack-plugin": "^1.3.0",
        "url-loader": "^0.5.8",
        "webpack": "^2.5.1",
        "webpack-dev-server": "^2.6.1",
        "webpack-manifest-plugin": "1.1.0"
    },
    "gitHead": "bc8c76c9f0c1975d86c051b50da0de00c89a726b"
}
