summaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/package.json
blob: 68bc358b5c4339f8d498bbd7267c0e2fd43cf151 (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
{
  "private": true,
  "name": "@gnu-taler/aml-backoffice-ui",
  "version": "0.10.6",
  "author": "sebasjm",
  "license": "AGPL-3.0-OR-LATER",
  "description": "Back-office SPA for GNU Taler Exchange.",
  "type": "module",
  "scripts": {
    "build": "./build.mjs",
    "typedoc": "typedoc --out dist/typedoc ./src/",
    "check": "tsc",
    "clean": "rm -rf dist lib",
    "compile": "tsc && ./build.mjs",
    "test": "./test.mjs && mocha --require source-map-support/register 'dist/test/**/*.test.js' 'dist/test/**/test.js'",
    "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
    "i18n:extract": "pogen extract",
    "i18n:merge": "pogen merge",
    "i18n:emit": "pogen emit",
    "i18n": "pnpm i18n:extract && pnpm i18n:merge && pnpm i18n:emit",
    "pretty": "prettier --write src"
  },
  "dependencies": {
    "@gnu-taler/taler-util": "workspace:*",
    "@gnu-taler/web-util": "workspace:*",
    "@headlessui/react": "^1.7.14",
    "@heroicons/react": "^2.0.17",
    "date-fns": "2.29.3",
    "history": "4.10.1",
    "jed": "1.1.1",
    "preact": "10.11.3",
    "swr": "2.2.2"
  },
  "devDependencies": {
    "@gnu-taler/pogen": "^0.0.5",
    "@tailwindcss/forms": "^0.5.3",
    "@tailwindcss/typography": "^0.5.9",
    "@types/chai": "^4.3.0",
    "@types/history": "^4.7.8",
    "@types/mocha": "^10.0.1",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "autoprefixer": "^10.4.14",
    "chai": "^4.3.6",
    "esbuild": "^0.19.9",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-react": "^7.33.2",
    "mocha": "^9.2.0",
    "po2json": "^0.4.5",
    "postcss": "^8.4.23",
    "postcss-cli": "^10.1.0",
    "tailwindcss": "^3.3.2",
    "typescript": "5.3.3"
  },
  "pogen": {
    "domain": "aml-backoffice"
  }
}