forked from lousando/briskett
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "briskett",
"description": "A delicious Tezos wallet interface for Trezor.",
"version": "0.20.0",
"private": true,
"license": "GPL-3.0",
"volta": {
"node": "16.19.0",
"yarn": "3.3.1"
},
"engines": {
"node": "16.x"
},
"scripts": {
"watch": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"test": "jest"
},
"dependencies": {
"core-js": "^3.9.1",
"nuxt": "^2.15.3"
},
"devDependencies": {
"@chenfengyuan/vue-qrcode": "1.x",
"@nuxt/image": "^0.7.1",
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@taquito/signer": "^9.0.0",
"@taquito/taquito": "^9.0.0",
"@testing-library/vue": "^5.6.2",
"@trezor/connect-web": "^9.1.5",
"@types/canvas-confetti": "^1.4.0",
"@types/chance": "^1.1.1",
"@types/chenfengyuan__vue-qrcode": "^1.0.2",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"babel-core": "^6.26.3",
"bulma": "^0.9.2",
"canvas-confetti": "^1.4.0",
"chance": "^1.1.7",
"dayjs": "^1.10.4",
"jest": "^27.0.6",
"locale-emoji": "^0.3.0",
"nuxt-i18n": "^6.27.2",
"prettier": "^2.2.1",
"sass": "^1.32.13",
"tippy.js": "^6.3.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"vue-jest": "^3.0.7"
}
}