summary refs log blame commit diff
path: root/pkgs/servers/web-apps/plausible/package.json
blob: 63c88f647dc36b42828c44fcf117c563c48f9e6e (plain) (tree)
























































                                                            
{
  "repository": {},
  "license": "MIT",
  "scripts": {
    "deploy": "$(npm bin)/webpack --mode production",
    "watch": "$(npm bin)/webpack --mode development --watch"
  },
  "dependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@tailwindcss/aspect-ratio": "^0.2.0",
    "@tailwindcss/forms": "^0.2.1",
    "@tailwindcss/typography": "^0.3.1",
    "abortcontroller-polyfill": "^1.5.0",
    "alpinejs": "^2.7.3",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.1.0",
    "chart.js": "^2.9.3",
    "copy-webpack-plugin": "^6.0.3",
    "css-loader": "^3.6.0",
    "datamaps": "^0.5.9",
    "iframe-resizer": "^4.3.1",
    "mini-css-extract-plugin": "^0.8.2",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "phoenix": "file:../../tmp/deps/phoenix",
    "phoenix_html": "file:../../tmp/deps/phoenix_html",
    "postcss": "^7.0.35",
    "postcss-loader": "^4.0.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-flatpickr": "^3.10.5",
    "react-flip-move": "^3.0.4",
    "react-router-dom": "^5.2.0",
    "react-transition-group": "^4.4.1",
    "tailwindcss": "2.0.1-compat",
    "terser-webpack-plugin": "^4.2.3",
    "url-search-params-polyfill": "^8.0.0",
    "webpack": "4.39.2",
    "webpack-cli": "^3.3.12"
  },
  "devDependencies": {
    "eslint": "^7.2.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.3.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "stylelint": "^13.8.0",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-standard": "^20.0.0"
  },
  "name": "plausible",
  "version": "v1.3.0"
}