btc-wallet 0.5.46-beta → 0.5.48-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
-
3
2
  "name": "btc-wallet",
4
- "version": "0.5.46-beta",
3
+ "version": "0.5.48-beta",
5
4
  "license": "MIT",
6
5
  "type": "module",
7
6
  "main": "dist/index.js",
@@ -11,7 +10,7 @@
11
10
  "dist",
12
11
  "esm"
13
12
  ],
14
- "author": "BTC Wallet",
13
+ "author": "Satoshi Team",
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -32,12 +31,12 @@
32
31
  "scripts": {
33
32
  "build": "echo '{ \"type\": \"commonjs\" }' > dist/package.json && node esBuild.js",
34
33
  "build:development": "echo '{ \"type\": \"commonjs\" }' > dist/package.json && NODE_ENV=development node esBuild.js",
35
- "build:watch": "yarn build --watch",
34
+ "build:watch": "npm run build --watch",
36
35
  "clean": "rm -rf dist && rm -rf esm",
37
- "dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
38
- "prepare": "MINIFY_CSS=true yarn build",
39
- "prebuild": "yarn typegen",
40
- "typecheck": "yarn tsc --noEmit",
36
+ "dev": "npm run clean && NODE_ENV=development npm run build:watch & NODE_ENV=development npm run typegen:watch",
37
+ "prepare": "MINIFY_CSS=true npm run build",
38
+ "prebuild": "npm run typegen",
39
+ "typecheck": "npm run tsc --noEmit",
41
40
  "typegen": "tsc --emitDeclarationOnly || true",
42
41
  "typegen:watch": "tsc --emitDeclarationOnly --watch"
43
42
  },
@@ -61,11 +60,6 @@
61
60
  "viem": "^2.0.3"
62
61
  },
63
62
  "devDependencies": {
64
- "@types/big.js": "^6.2.2",
65
- "@types/node": "^20",
66
- "@types/react": "^18",
67
- "@types/react-dom": "^18",
68
- "@typescript-eslint/eslint-plugin": "^5.26.0",
69
63
  "cssnano": "^6.0.3",
70
64
  "env-cmd": "^10.1.0",
71
65
  "esbuild": "^0.15.18",
@@ -73,24 +67,12 @@
73
67
  "esbuild-plugin-replace": "^1.4.0",
74
68
  "esbuild-sass-plugin": "^2.16.1",
75
69
  "esbuild-scss-modules-plugin": "^1.1.1",
76
- "eslint": "^8",
77
- "eslint-config-next": "14.0.3",
78
- "eslint-config-prettier": "^9.1.0",
79
- "eslint-formatter-table": "^7.32.1",
80
- "eslint-plugin-prettier": "^5.1.2",
81
70
  "eslint-plugin-react-hooks": "^4.6.0",
82
- "lerna": "^8.0.2",
83
- "prettier": "^3.1.1",
84
- "prettier-plugin-organize-imports": "^3.2.4",
85
- "prettier-plugin-tailwindcss": "^0.5.11",
86
- "react": "^18",
87
- "react-dom": "^18",
88
71
  "sass": "^1.69.7",
89
- "typescript": "^5",
90
- "typescript-plugin-css-modules": "^5.0.2",
91
- "vercel": "^33.1.0"
72
+ "typescript-plugin-css-modules": "^5.0.2"
92
73
  },
93
74
  "peerDependencies": {
94
- "react": ">=17.0.0"
75
+ "react": ">=17.0.0",
76
+ "react-dom": ">=17.0.0"
95
77
  }
96
78
  }