2016-01-10 20:07:42 +01:00
|
|
|
{
|
|
|
|
"name": "taler-wallet",
|
2019-08-19 13:09:11 +02:00
|
|
|
"version": "0.6.2",
|
2016-01-10 20:07:42 +01:00
|
|
|
"description": "",
|
2019-08-14 18:49:56 +02:00
|
|
|
"main": "dist/node/index.js",
|
2016-01-10 20:07:42 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://git.taler.net/wallet.git"
|
|
|
|
},
|
2019-08-14 18:25:30 +02:00
|
|
|
"author": "Florian Dold",
|
2016-01-10 20:07:42 +01:00
|
|
|
"license": "GPL-3.0",
|
2019-08-19 13:09:11 +02:00
|
|
|
"bin": {
|
|
|
|
"taler-wallet-cli": "./bin/taler-wallet-cli"
|
|
|
|
},
|
2019-08-19 13:29:59 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "make tsc"
|
|
|
|
},
|
2016-01-10 20:07:42 +01:00
|
|
|
"devDependencies": {
|
2018-09-20 02:56:13 +02:00
|
|
|
"@types/react": "^16.4.0",
|
2017-10-14 18:40:54 +02:00
|
|
|
"@types/react-dom": "^16.0.0",
|
2019-05-07 23:46:50 +02:00
|
|
|
"ava": "^1.4.1",
|
2018-09-20 02:56:13 +02:00
|
|
|
"awesome-typescript-loader": "^5.2.1",
|
2016-11-13 21:51:11 +01:00
|
|
|
"glob": "^7.1.1",
|
2019-05-07 23:46:50 +02:00
|
|
|
"gulp": "^4.0.0",
|
2016-03-18 15:35:50 +01:00
|
|
|
"gulp-gzip": "^1.2.0",
|
2016-10-03 05:46:25 +02:00
|
|
|
"gulp-json-transform": "^0.4.2",
|
2016-03-18 15:35:50 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
2019-08-20 11:58:22 +02:00
|
|
|
"gulp-tar": "^3.0.0",
|
|
|
|
"gulp-zip": "^5.0.0",
|
2017-04-24 23:18:15 +02:00
|
|
|
"jed": "^1.1.1",
|
2017-08-14 04:59:43 +02:00
|
|
|
"map-stream": "^0.0.7",
|
2017-04-28 23:28:27 +02:00
|
|
|
"moment": "^2.18.1",
|
2019-08-20 11:58:22 +02:00
|
|
|
"nyc": "^14.1.1",
|
2019-05-07 23:46:50 +02:00
|
|
|
"po2json": "^1.0.0-alpha",
|
|
|
|
"pogen": "^0.0.5",
|
|
|
|
"react": "^16.8.5",
|
|
|
|
"react-dom": "^16.8.5",
|
2017-06-04 01:14:05 +02:00
|
|
|
"structured-clone": "^0.2.2",
|
2019-05-08 01:32:33 +02:00
|
|
|
"terser-webpack-plugin": "^1.2.3",
|
2019-08-20 11:58:22 +02:00
|
|
|
"through2": "3.0.1",
|
2019-05-07 23:46:50 +02:00
|
|
|
"tslint": "^5.14.0",
|
2019-08-20 11:58:22 +02:00
|
|
|
"typedoc": "^0.15.0",
|
2019-05-07 23:46:50 +02:00
|
|
|
"typescript": "^3.3.4000",
|
2017-08-14 04:59:43 +02:00
|
|
|
"uglify-js": "^3.0.27",
|
2019-05-07 23:46:50 +02:00
|
|
|
"vinyl": "^2.2.0",
|
|
|
|
"vinyl-fs": "^3.0.3",
|
|
|
|
"webpack": "^4.29.6",
|
2018-09-22 17:18:25 +02:00
|
|
|
"webpack-bundle-analyzer": "^3.0.2",
|
2018-09-20 02:56:13 +02:00
|
|
|
"webpack-cli": "^3.1.0",
|
2017-04-28 23:28:27 +02:00
|
|
|
"webpack-merge": "^4.1.0"
|
2019-07-21 23:50:10 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-16 19:20:18 +02:00
|
|
|
"@types/chrome": "^0.0.88",
|
|
|
|
"@types/urijs": "^1.19.3",
|
2019-07-31 01:33:56 +02:00
|
|
|
"axios": "^0.19.0",
|
2019-08-20 11:58:22 +02:00
|
|
|
"commander": "^3.0.0",
|
2019-08-17 18:54:09 +02:00
|
|
|
"idb-bridge": "^0.0.7",
|
2019-08-15 12:57:44 +02:00
|
|
|
"source-map-support": "^0.5.12",
|
|
|
|
"urijs": "^1.18.10"
|
2016-01-10 20:07:42 +01:00
|
|
|
}
|
|
|
|
}
|