-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.88 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
{
"name": "@openzeppelin/ui-example-basic-react-app",
"version": "0.0.3",
"private": true,
"type": "module",
"description": "Example React application demonstrating @openzeppelin/ui-components usage",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.{ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.8.0",
"@openzeppelin/adapter-evm": "^2.0.2",
"@openzeppelin/adapter-stellar": "^2.0.2",
"@openzeppelin/ui-components": "workspace:^",
"@openzeppelin/ui-react": "workspace:^",
"@openzeppelin/ui-renderer": "workspace:^",
"@openzeppelin/ui-storage": "workspace:^",
"@openzeppelin/ui-styles": "workspace:^",
"@openzeppelin/ui-types": "workspace:^",
"@openzeppelin/ui-utils": "workspace:^",
"@rainbow-me/rainbowkit": "^2.2.3",
"@stellar/stellar-sdk": "^14.1.1",
"@tanstack/react-query": "^5.80.2",
"@wagmi/core": "^2.16.0",
"@web3icons/react": "^4.0.26",
"lucide-react": "^0.510.0",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.79.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.7",
"viem": "^2.31.3",
"wagmi": "^2.17.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@openzeppelin/adapters-vite": "^2.0.0",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.3.5"
}
}