-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
67 lines (67 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "briskett",
"description": "A delicious Tezos wallet interface for Trezor.",
"version": "0.23.1",
"private": true,
"license": "MIT",
"volta": {
"node": "20.11.0",
"pnpm": "8.15.1"
},
"engines": {
"node": ">=20.x",
"pnpm": ">=8.15.1"
},
"packageManager": "pnpm@8.15.1",
"scripts": {
"watch": "astro dev",
"build": "rm -rf ./dist && astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/solid-js": "^4.0.1",
"@nanostores/i18n": "^0.12.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/router": "^0.13.0",
"@nanostores/solid": "^0.4.2",
"@solid-primitives/i18n": "^2.0.1",
"@taquito/rpc": "^9.2.0",
"@taquito/signer": "~9.2.0",
"@taquito/taquito": "^9.2.0",
"@trezor/connect-web": "^9.1.11",
"@types/canvas-confetti": "^1.6.4",
"@types/chance": "^1.1.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/qrcode": "^1.5.5",
"add": "^2.0.6",
"astro": "^4.3.2",
"babel-core": "^6.26.3",
"buffer": "^6.0.3",
"bulma": "^0.9.4",
"canvas-confetti": "^1.9.2",
"chance": "^1.1.11",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"jest": "^29.7.0",
"locale-emoji": "^0.3.0",
"lodash-es": "^4.17.21",
"nanostores": "^0.9.5",
"node-fetch": "^3.3.2",
"os-browserify": "^0.3.0",
"prettier": "^3.2.4",
"process": "^0.11.10",
"qrcode": "^1.5.3",
"sass": "^1.70.0",
"solid-js": "^1.8.12",
"stream-browserify": "^3.0.0",
"tippy.js": "^6.3.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"util": "^0.12.5"
}
}