forked from BlueWallet/VerifySignature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 791 Bytes
/
package.json
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
{
"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": {}
}