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
|
{
"name": "taler-wallet",
"version": "0.0.2",
"description": "",
"main": "dist/node/index.js",
"repository": {
"type": "git",
"url": "git://git.taler.net/wallet.git"
},
"author": "Florian Dold",
"license": "GPL-3.0",
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.0.0",
"ava": "^1.4.1",
"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": "^2.0.0",
"gulp-zip": "^4.0.0",
"jed": "^1.1.1",
"map-stream": "^0.0.7",
"moment": "^2.18.1",
"nyc": "^13.3.0",
"po2json": "^1.0.0-alpha",
"pogen": "^0.0.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"rollup": "^1.19.4",
"structured-clone": "^0.2.2",
"terser-webpack-plugin": "^1.2.3",
"through2": "2.0.1",
"tslint": "^5.14.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.4000",
"uglify-js": "^3.0.27",
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"axios": "^0.19.0",
"commander": "^2.20.0",
"idb-bridge": "0.0.2",
"source-map-support": "^0.5.12",
"urijs": "^1.18.10"
}
}
|