aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/package.json
blob: 949440bc742af9c87878b86a4909b247255f0279 (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
{
  "private": true,
  "name": "@gnu-taler/anastasis-webui",
  "version": "0.0.2",
  "license": "MIT",
  "scripts": {
    "build": "./clean_and_build.sh",
    "compile": "tsc",
    "dev": "./clean_and_build.sh WATCH",
    "prepare": "pnpm compile",
    "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
    "test": "mocha --enable-source-maps 'dist/**/*test.js'",
    "pretty": "prettier --write src"
  },
  "dependencies": {
    "@gnu-taler/anastasis-core": "workspace:*",
    "@gnu-taler/taler-util": "workspace:*",
    "@types/chai": "^4.3.0",
    "chai": "^4.3.6",
    "date-fns": "2.28.0",
    "jed": "1.1.1",
    "preact": "^10.5.15",
    "preact-render-to-string": "^5.1.19",
    "preact-router": "^3.2.1",
    "qrcode-generator": "^1.4.4"
  },
  "eslintConfig": {
    "plugins": [
      "header"
    ],
    "rules": {
      "header/header": [
        2,
        "copyleft-header.js"
      ]
    }
  },
  "devDependencies": {
    "@creativebulma/bulma-tooltip": "^1.2.0",
    "@types/mocha": "^9.0.0",
    "bulma": "^0.9.3",
    "bulma-checkbox": "^1.1.1",
    "bulma-radio": "^1.1.1",
    "chokidar": "^3.5.3",
    "eslint-plugin-header": "^3.1.1",
    "jssha": "^3.2.0",
    "mocha": "^9.2.0",
    "sass": "1.32.13",
    "typescript": "^4.5.4",
    "ws": "7.4.5"
  }
}