-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
131 lines (131 loc) · 4.16 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
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
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "txnduck",
"version": "0.13.0",
"private": true,
"scripts": {
"compile-locales": "gulp compileLocales",
"dev": "gulp prebuild && next dev",
"build": "gulp prebuild && next build",
"build:standalone": "gulp buildStandalone",
"build:standalone:zip": "gulp buildZipStandalone",
"start": "next start",
"lint": "next lint --ext .js --ext .mjs --ext .cjs --ext .jsx --ext .ts --ext .mts --ext .cts --ext .tsx --ext .yml --ext .yaml",
"prod": "yarn build && next start",
"release": "release-it --ci",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci",
"test:e2e": "yarn compile-locales && playwright test",
"install:dev": "yarn install && gulp installDev"
},
"dependencies": {
"@agoralabs-sh/avm-web-provider": "^1.7.0",
"@algorandfoundation/algokit-utils": "^7.0.1",
"@blockshake/defly-connect": "^1.1.6",
"@magic-ext/algorand": "^23.18.1",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect-beta": "^2.0.21",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-toast": "^1.2.4",
"@tabler/icons-react": "^3.26.0",
"@tailwindcss/typography": "^0.5.15",
"@txnlab/use-wallet-react": "^3.11.0",
"@types/react": "^19.0.1",
"@types/react-dom": "19.0.2",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.3",
"accept-language": "^3.0.20",
"algosdk": "^2.9.0",
"algosdkv3": "npm:algosdk@^3.0.0",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"gulp": "^5.0.0",
"gulp-execa": "^8.0.0",
"gulp-rename": "^2.0.0",
"i18next": "^24.1.2",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-resources-to-backend": "^1.2.1",
"jotai": "^2.10.4",
"jotai-form": "^0.1.6",
"js-yaml": "^4.1.0",
"lute-connect": "^1.4.1",
"magic-sdk": "^28.19.1",
"next": "15.1.1",
"next-pwa": "^5.6.0",
"postcss": "^8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"use-debounce": "^10.0.4",
"yup": "^1.6.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@playwright/test": "^1.49.1",
"@release-it/conventional-changelog": "^8.0.2",
"@swc-jotai/react-refresh": "^0.3.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/next-pwa": "^5.6.9",
"@types/node": "^22.10.2",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.1",
"eslint-plugin-testing-library": "^7.1.1",
"eslint-plugin-yml": "^1.16.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-wip-reporter": "^2.1.0",
"lefthook": "^1.9.2",
"release-it": "^17.10.0",
"ts-jest": "^29.2.5",
"yaml-eslint-parser": "^1.2.3"
},
"resolutions": {
"elliptic@npm:6.5.4": "npm:^6.5.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore(release): bump to v${version}",
"tagName": "v${version}",
"tagAnnotation": "Release v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"hooks": {
"after:git:release": "gulp postRelease"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"writerOpts": {
"mainTemplate": "{{#each commitGroups}}\n\n### {{title}}\n\n{{#each commits}}\n{{> commit root=@root}}\n{{/each}}\n{{/each}}\n\n{{> footer}}",
"footerPartial": "{{#if noteGroups}}\n{{#each noteGroups}}\n\n### {{title}}\n\n{{#each notes}}\n* {{text}}\n{{/each}}\n{{/each}}\n{{/if}}"
}
}
}
},
"packageManager": "[email protected]"
}