summaryrefslogtreecommitdiff
path: root/package.json
blob: fcff69c997582e4f382f21fae0e63e11802bd6bb (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
{
  "name": "taler-wallet",
  "version": "0.6.7",
  "description": "",
  "main": "dist/node/index.js",
  "repository": {
    "type": "git",
    "url": "git://git.taler.net/wallet.git"
  },
  "author": "Florian Dold",
  "license": "GPL-3.0",
  "bin": {
    "taler-wallet-cli": "./bin/taler-wallet-cli"
  },
  "scripts": {
    "build": "make tsc"
  },
  "files": [
    "AUTHORS",
    "README",
    "COPYING",
    "bin/",
    "dist/node",
    "src/",
    "emscripten/"
  ],
  "devDependencies": {
    "@types/react": "^16.4.0",
    "@types/react-dom": "^16.0.0",
    "ava": "^2.4.0",
    "awesome-typescript-loader": "^5.2.1",
    "glob": "^7.1.1",
    "gulp": "^4.0.0",
    "gulp-gzip": "^1.2.0",
    "gulp-json-transform": "^0.4.2",
    "gulp-rename": "^1.2.2",
    "gulp-tar": "^3.0.0",
    "gulp-zip": "^5.0.0",
    "jed": "^1.1.1",
    "map-stream": "^0.0.7",
    "moment": "^2.18.1",
    "nyc": "^14.1.1",
    "po2json": "^1.0.0-alpha",
    "pogen": "^0.0.5",
    "prettier": "^1.18.2",
    "react": "^16.8.5",
    "react-dom": "^16.8.5",
    "structured-clone": "^0.2.2",
    "terser-webpack-plugin": "^2.2.1",
    "through2": "3.0.1",
    "tslint": "^5.19.0",
    "typedoc": "^0.15.0",
    "typescript": "^3.7.2",
    "uglify-js": "^3.0.27",
    "vinyl": "^2.2.0",
    "vinyl-fs": "^3.0.3",
    "webpack": "^4.39.3",
    "webpack-bundle-analyzer": "^3.0.2",
    "webpack-cli": "^3.1.0",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@types/chrome": "^0.0.91",
    "@types/urijs": "^1.19.3",
    "axios": "^0.19.0",
    "big-integer": "^1.6.48",
    "idb-bridge": "^0.0.15",
    "qrcode-generator": "^1.4.3",
    "source-map-support": "^0.5.12",
    "urijs": "^1.18.10"
  }
}