-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "joyid-bitcoin-demo",
"version": "0.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint ./src"
},
"license": "MIT",
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"cross-fetch": "^3.1.5",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.12.1",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.3.1",
"typescript": "5",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.8.1",
"vite-plugin-solid": "^2.5.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "3.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@joyid/bitcoin": "0.0.1-alpha.4",
"@rgbpp-sdk/btc": "0.0.0-snap-20240329095255",
"@rgbpp-sdk/service": "0.0.0-snap-20240329095255",
"@solid-primitives/clipboard": "^1.5.4",
"@solid-primitives/storage": "^2.1.1",
"@solidjs/router": "0.8.2",
"@tanstack/solid-query": "^4.29.1",
"@unisat/wallet-sdk": "^1.3.0",
"crypto-browserify": "^3.12.0",
"daisyui": "^2.51.5",
"solid-js": "1.7.3",
"solid-toast": "^0.5.0",
"stream-browserify": "^3.0.0"
}
}