about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/plausible/package.json
blob: 0d33b0b5a8dd025f7fe752a566bb7cf7f0426d08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "repository": {},
  "version": "v1.5.1",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "deploy": "webpack --mode production",
    "watch": "webpack --mode development --watch",
    "format": "prettier --write {css,js}/**",
    "check-format": "prettier --check {css,js}/**",
    "lint": "eslint js/**",
    "bundlemon": "bundlemon"
  },
  "dependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "@babel/preset-react": "^7.13.13",
    "@headlessui/react": "^1.3.0",
    "@heroicons/react": "^2.0.11",
    "@juggle/resize-observer": "^3.3.1",
    "@kunukn/react-collapse": "^2.2.9",
    "@popperjs/core": "^2.11.6",
    "@tailwindcss/aspect-ratio": "^0.2.1",
    "@tailwindcss/forms": "^0.3.2",
    "@tailwindcss/typography": "^0.4.1",
    "abortcontroller-polyfill": "^1.7.3",
    "alpinejs": "^2.8.2",
    "autoprefixer": "^10.2.6",
    "babel-loader": "^8.2.2",
    "chart.js": "^3.3.2",
    "classnames": "^2.3.1",
    "copy-webpack-plugin": "^9.0.0",
    "css-loader": "^5.2.6",
    "css-minimizer-webpack-plugin": "^3.2.0",
    "datamaps": "^0.5.9",
    "debounce-promise": "^3.1.2",
    "downshift": "^6.1.3",
    "iframe-resizer": "^4.3.2",
    "mini-css-extract-plugin": "^1.6.0",
    "phoenix": "1.5.0",
    "phoenix_html": "2.12",
    "postcss": "^8.3.0",
    "postcss-loader": "^6.1.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-flatpickr": "3.10.5",
    "react-flip-move": "^3.0.4",
    "react-popper": "^2.3.0",
    "react-router-dom": "^5.2.0",
    "react-transition-group": "^4.4.2",
    "tailwindcss": "^2.1.2",
    "terser-webpack-plugin": "^5.1.2",
    "url-search-params-polyfill": "^8.1.1",
    "webpack": "5.38.1",
    "webpack-cli": "^4.7.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "bundlemon": "^1.4.0",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-import": "^2.26.0",
    "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": "^14.1.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-standard": "^24.0.0",
    "webpack-bundle-analyzer": "^4.4.2"
  },
  "name": "plausible"
}