28 lines
791 B
JSON
28 lines
791 B
JSON
{
|
|
"name": "verifysignature",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"tslint": "tslint --fix -p . -c tslint.json ",
|
|
"build": "next build",
|
|
"export": "rm -r -f VerifySignature; rm -r -f .next; rm -r -f _next; next build && next export -o VerifySignature; mv VerifySignature/* ./",
|
|
"start": "next start"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.8",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-airbnb": "^5.11.2",
|
|
"tslint-react-hooks": "^2.2.2",
|
|
"typescript": "^4.2.4",
|
|
"bitcoinjs-message": "^2.2.0",
|
|
"bootstrap": "^5.0.0-beta3",
|
|
"next": "^10.0.0",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"swr": "^0.5.6"
|
|
},
|
|
"dependencies": {}
|
|
}
|