-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.12 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.12 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "magic-protocol",
"private": true,
"version": "0.5.0",
"scripts": {
"dev": "MICRO_STACKS_DEBUG=true next dev -p 4444",
"dev:transfer": "clarinet deployments apply -p deployments/xbtc.devnet-plan.yaml",
"build": "next build",
"start": "next start",
"lint": "next lint",
"script": "node -r @swc-node/register",
"r": "DOTENV_CONFIG_PATH=\".env.local\" node -r @swc-node/register -r dotenv/config",
"clarinet": "../clarinet/target/release/clarinet",
"test": "jest --runInBand",
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit",
"electrum_server": "docker run -it -p 50001:50001 -e COIN=\"Bitcoin\" -e NET=\"regtest\" -e DAEMON_URL=\"http://devnet:devnet@host.docker.internal:18443\" lukechilds/electrumx",
"gen:types": "clarinet run https://deno.land/x/clarigen@v0.2.4/cli/run.ts --allow-write",
"gen:deployments": "deno run --allow-read --allow-write https://deno.land/x/clarigen@v0.2.4/cli/gen-deployments.ts",
"move-types": "cp -f -r artifacts/clarigen/ common/clarigen && rm -rf artifacts",
"fmt-types": "prettier -w \"artifacts/clarigen/**/*.ts\"",
"gen": "yarn gen:deployments && yarn gen:types && yarn fmt-types && yarn move-types"
},
"dependencies": {
"@clarigen/core": "1.0.0-next.30",
"@clarigen/native-bin": "1.0.0-next.27",
"@clarigen/node": "1.0.0-next.27",
"@clarigen/test": "1.0.0-next.27",
"@clarigen/web": "1.0.0-next.27",
"@micro-stacks/nextjs": "0.1.1",
"@micro-stacks/query": "0.1.1",
"@micro-stacks/react": "0.2.1",
"@modulz/design-system": "^0.6.1",
"@nelson-ui/core": "latest",
"@nelson-ui/react": "latest",
"@radix-ui/react-switch": "0.1.1",
"@sinclair/typebox": "^0.20.5",
"@stacks/blockchain-api-client": "^0.71.2",
"@stitches/core": "1.2.6",
"@stitches/react": "1.2.8",
"@tabler/icons": "^1.44.0",
"@tippyjs/react": "^4.2.6",
"@welldone-software/why-did-you-render": "^7.0.1",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",
"broadcast-channel": "4.4.0",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"electrum-client-sl": "0.1.2",
"fastify": "^3.24.0",
"fastify-redis": "^4.3.3",
"fastify-schedule": "^1.0.0",
"ioredis": "^4.28.0",
"jotai": "1.7.3",
"jotai-query-toolkit": "0.1.23",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"micro-stacks": "0.2.4",
"modern-normalize": "^1.1.0",
"next": "12.1.0",
"noble-secp256k1": "^1.2.14",
"node-fetch": "^2.6.7",
"nprogress": "^0.2.0",
"pino": "^7.3.0",
"pino-pretty": "^7.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-query": "3.32.1",
"react-spinners": "^0.11.0",
"react-toastify": "^8.2.0",
"redis": "4.0.0-rc.4",
"stable-hash": "^0.0.2",
"tippy.js": "^6.3.7",
"toad-scheduler": "^1.6.0",
"usehooks-ts": "^2.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/template": "7.16.0",
"@changesets/changelog-github": "^0.4.3",
"@changesets/cli": "^2.21.1",
"@stacks/eslint-config": "1.0.9",
"@stacks/prettier-config": "0.0.9",
"@stacks/stacks-blockchain-api-types": "0.70.1",
"@swc-node/register": "^1.3.7",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.130",
"@swc/jest": "^0.2.17",
"@types/ioredis": "^4.28.1",
"@types/jest": "^26.0.23",
"@types/localtunnel": "^2.0.1",
"@types/lodash-es": "^4.17.5",
"@types/node": "16.11.7",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.34",
"@types/redis": "^2.8.32",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-config-next": "12.0.3",
"eslint-plugin-jest": "^23.16.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "^27.0.3",
"localtunnel": "^2.0.2",
"prettier": "2.4.1",
"typescript": "4.5.1-rc"
},
"resolutions": {
"jotai": "1.7.3",
"jotai-query-toolkit": "0.1.23",
"react-query": "3.32.1",
"@stitches/react": "1.2.6",
"@stitches/core": "1.2.6"
}
}