-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.41 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
{
"name": "sdk-example",
"version": "3.0.0",
"engines": {
"node": ">=22.11.0"
},
"private": true,
"scripts": {
"dev": "npm run watch-icons & next dev",
"build": "npm run build-icons && next build",
"start": "next start",
"lint-ts": "tsc --noEmit",
"lint": "next lint && tsc --noEmit",
"------ Icons --------------------------------------------------------------------------": "",
"watch-icons": "node bin/icons --watch",
"build-icons": "node bin/icons"
},
"dependencies": {
"@azuro-org/dictionaries": "^3.0.28",
"@azuro-org/sdk": "8.0.0",
"@azuro-org/sdk-social-aa-connector": "^2.0.1",
"@azuro-org/toolkit": "7.0.0",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@glidejs/glide": "^3.6.2",
"@headlessui/react": "2.2.10",
"@headlessui/tailwindcss": "0.2.2",
"@lifi/widget": "3.40.12",
"@locmod/intersection-observer": "^2.0.0",
"@locmod/intl": "2.0.1",
"@locmod/local-storage": "1.0.4",
"@locmod/modal": "3.0.2",
"@privy-io/wagmi": "^4.0.14",
"@solana-program/memo": "^0.10.0",
"@solana-program/system": "^0.10.0",
"@solana-program/token": "^0.9.0",
"@solana/kit": "^5.5.1",
"axios": "1.15.2",
"classnames": "^2.5.1",
"cookies-next": "^5.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "1.11.18",
"formular": "3.1.6",
"graphql": "^16.9.0",
"next": "15.5.20",
"ox": "^0.8.9",
"permissionless": "^0.2.57",
"react": "19.2.7",
"react-dom": "19.2.7",
"sharp": "^0.34.5",
"viem": "^2.55.1",
"wagmi": "^3.7.1"
},
"devDependencies": {
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/register": "^7.28.3",
"@types/node": "^20",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"app-module-path": "2.2.0",
"autoprefixer": "10.4.21",
"chokidar": "3.6.0",
"encoding": "0.1.13",
"eslint": "^8",
"eslint-config-next": "15.5.14",
"eslint-plugin-import": "2.29.1",
"glob": "13.0.0",
"pino-pretty": "10.3.1",
"postcss": "^8.5.15",
"raw-loader": "4.0.2",
"sass": "1.77.6",
"stylelint": "15.11.0",
"stylelint-scss": "5.3.2",
"tailwindcss": "^3.4.19",
"typescript": "^5",
"yargs": "17.7.2"
},
"overrides": {
"viem": "^2.55.1",
"wagmi": "^3.7.1",
"react": "19.2.7",
"react-dom": "19.2.7"
}
}