{ "name": "posthog", "description": "", "version": "0.0.0", "repository": { "type": "git", "url": "https://github.com/posthog/posthog.git" }, "author": "", "bugs": { "url": "https://github.com/posthog/posthog/issues" }, "homepage": "https://github.com/posthog/posthog#readme", "scripts": { "copy-array": "cp node_modules/posthog-js/dist/array.js* frontend/dist/", "start": "mkdir -p frontend/dist/ && cp -a frontend/public/* frontend/dist/ && npm run copy-array && webpack-dev-server --hotOnly", "start-https": "mkdir -p frontend/dist/ && cp -a frontend/public/* frontend/dist/ && npm run copy-array && webpack-dev-server --hotOnly --https", "build": "NODE_ENV=production webpack --config webpack.config.js && cp -a frontend/public/* frontend/dist/ && npm run copy-array", "prettier": "prettier --write \"./frontend/src/**/*.{js,css,scss}\"", "eslint": "eslint frontend/src", "eslint:github-action": "yarn run eslint" }, "license": "MIT", "dependencies": { "@babel/core": "^7.10.4", "@babel/runtime": "^7.10.4", "@mariusandra/react-grid-layout": "0.18.3", "antd": "^4.1.1", "babel-preset-nano-react-app": "^0.1.0", "bootstrap": "^4.4.1", "chart.js": "^2.9.3", "core-js": "3.6.5", "d3": "^5.15.0", "d3-sankey": "^0.12.3", "editor": "^1.0.0", "eslint-plugin-cypress": "^2.11.1", "funnel-graph-js": "^1.4.1", "kea": "^2.1.1", "kea-loaders": "^0.3.0", "kea-localstorage": "^1.0.2", "kea-router": "^0.4.0", "kea-window-values": "^0.0.1", "moment": "^2.24.0", "posthog-js": "1.3.1", "posthog-js-lite": "^0.0.1", "prop-types": "^15.7.2", "react": ">= 16.8", "react-datepicker": "^2.13.0", "react-dom": ">= 16.8", "react-draggable": "^4.2.0", "react-redux": "^7.2.0", "react-shadow": "^17.4.0", "react-stripe-elements": "^6.0.1", "react-toastify": "^5.5.0", "redux": "^4.0.5", "reselect": "^4.0.0", "sass": "^1.26.2", "simmerjs": "^0.5.6", "styled-components": "^5.0.1" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-transform-react-jsx": "^7.10.4", "@babel/plugin-transform-runtime": "^7.10.4", "@babel/preset-env": "7.10.4", "@babel/preset-typescript": "^7.10.4", "@hot-loader/react-dom": "^16.13.0", "@types/react": "^16.9.41", "@typescript-eslint/eslint-plugin": "^3.0.0", "@typescript-eslint/parser": "^3.0.0", "autoprefixer": "^9.7.4", "babel-eslint": "^10.1.0", "babel-loader": "^8.0.6", "babel-plugin-import": "^1.13.0", "babel-plugin-kea": "^0.1.0", "css-loader": "^3.4.2", "cssnano": "^4.1.10", "cypress": "^4.5.0", "eslint": "^7.4.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.3", "file-loader": "^5.1.0", "html-webpack-harddisk-plugin": "^1.0.1", "html-webpack-plugin": "^4.3.0", "husky": ">=4", "lint-staged": ">=10", "mini-css-extract-plugin": "^0.9.0", "nodemon": "^2.0.4", "postcss-loader": "^3.0.0", "prettier": "^2.0.5", "react-hot-loader": "^4.12.21", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "typescript": "^3.7.2", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0", "webpackbar": "^4.0.0" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,js,css,scss}": "prettier --write", "*.{ts,js}": "eslint", "*.py": "black -l 120" }, "optionalDependencies": { "fsevents": "^2.1.2" } }