aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui/package.json
blob: ddba985aaadb71f9aeca4f3b4536b9800f13b832 (plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "private": true,
  "name": "@gnu-taler/merchant-backend",
  "version": "0.0.5",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "compile": "rollup -c",
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "render-examples": "ts-node -O '{\"module\": \"commonjs\"}' -T render-examples.ts dist/pages dist/examples",
    "lint-check": "eslint '{src,tests}/**/*.{js,jsx,ts,tsx}'",
    "lint-fix": "eslint --fix '{src,tests}/**/*.{js,jsx,ts,tsx}'",
    "typedoc": "typedoc src",
    "clean": "rimraf build docs single dist",
    "serve-dist": "sirv --port ${PORT:=8080} --cors --single dist"
  },
  "engines": {
    "node": ">=12",
    "pnpm": ">=5"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "preact",
      "plugin:@typescript-eslint/recommended"
    ],
    "plugins": [
      "header"
    ],
    "rules": {
      "header/header": [
        2,
        "copyleft-header.js"
      ]
    },
    "ignorePatterns": [
      "build/"
    ]
  },
  "dependencies": {
    "@gnu-taler/taler-util": "workspace:*",
    "axios": "^0.21.1",
    "date-fns": "^2.21.1",
    "history": "4.10.1",
    "jed": "^1.1.1",
    "preact": "10.11.3",
    "preact-router": "3.2.1",
    "qrcode-generator": "^1.4.4",
    "swr": "^0.5.5",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "@babel/core": "7.18.9",
    "@creativebulma/bulma-tooltip": "^1.2.0",
    "@gnu-taler/pogen": "^0.0.5",
    "@linaria/babel-preset": "3.0.0-beta.22",
    "@linaria/core": "3.0.0-beta.22",
    "@linaria/react": "3.0.0-beta.22",
    "@linaria/rollup": "3.0.0-beta.22",
    "@linaria/shaker": "3.0.0-beta.22",
    "@linaria/webpack-loader": "3.0.0-beta.22",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-html": "^0.2.3",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-replace": "^3.0.0",
    "@rollup/plugin-typescript": "11",
    "@types/history": "^4.7.8",
    "@types/mocha": "^8.2.2",
    "@types/mustache": "^4.1.2",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "babel-loader": "^8.2.2",
    "base64-inline-loader": "^1.1.1",
    "eslint": "^7.25.0",
    "eslint-config-preact": "^1.1.4",
    "eslint-plugin-header": "^3.1.1",
    "mustache": "^4.2.0",
    "po2json": "^0.4.5",
    "preact-render-to-string": "^5.1.19",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-bundle-html": "^0.2.2",
    "rollup-plugin-css-only": "^3.1.0",
    "script-ext-html-webpack-plugin": "^2.1.5",
    "sirv-cli": "^1.0.11",
    "tslib": "2.4.0",
    "typescript": "4.9.4"
  }
}