-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.09 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
{
"name": "ark-connect-demo",
"version": "1.0.1",
"private": true,
"engines": {
"node": ">=18.11.0"
},
"scripts": {
"dev": "npx next dev --experimental-https",
"dev:http": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier '(pages|src)/**/*.{js,ts,jsx,tsx}' --write "
},
"dependencies": {
"@ardenthq/ark-connect-sdk": "^0.0.2",
"@arkecosystem/typescript-crypto": "^0.0.31",
"@headlessui/react": "^1.7.17",
"@mainsail/evm-contracts": "0.0.1-evm.18",
"@metamask/providers": "^22.1.0",
"@tanstack/react-query": "^5.13.4",
"@tanstack/react-table": "^8.10.7",
"@tippyjs/react": "^4.2.6",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"i18next": "^23.7.8",
"next": "^14.0.4",
"next-i18next": "^15.1.1",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"react-loading-skeleton": "^3.4.0",
"react-middle-ellipsis": "^1.2.2",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"tippy.js": "^6.3.7",
"typescript": "^5.3.3",
"viem": "^2.30.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"prettier": "^3.1.1"
}
}