mirror of
https://github.com/arnaucube/miksi-app.git
synced 2026-02-07 03:36:50 +01:00
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "miksi-app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "browserify node_modules/snarkjs/index.js -o lib/snarkjs.js --standalone snarkjs --ignore-missing",
|
|
"predeploy": "npm install",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.2.1",
|
|
"toastr": "^2.1.4",
|
|
"wasmsnark": "0.0.10",
|
|
"snarkjs": "^0.1.31",
|
|
"web3": "1.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.5.0"
|
|
}
|
|
}
|