-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.07 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
{
"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": "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": "6.2.2",
"@azuro-org/sdk-social-aa-connector": "^1.1.8",
"@azuro-org/toolkit": "5.1.8",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@glidejs/glide": "^3.6.2",
"@headlessui/react": "2.2.9",
"@headlessui/tailwindcss": "0.2.2",
"@lifi/widget": "3.12.5",
"@locmod/intersection-observer": "^2.0.0",
"@locmod/intl": "1.0.5",
"@locmod/local-storage": "1.0.4",
"@locmod/modal": "3.0.2",
"axios": "^1.13.1",
"classnames": "^2.5.1",
"cookies-next": "^5.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"formular": "3.1.6",
"graphql": "^16.9.0",
"next": "15.5.9",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-xmasonry": "^3.0.6",
"sharp": "^0.33.5",
"viem": "^2.44.4",
"wagmi": "^2.19.5"
},
"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.7",
"@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.9",
"eslint-plugin-import": "2.29.1",
"glob": "13.0.0",
"pino-pretty": "10.3.1",
"postcss": "^8.4.40",
"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"
}
}