forked from Custos-Diretriz/Custos-Dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.24 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.24 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
{
"name": "custos-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@avnu/gasless-sdk": "^0.1.6",
"@babel/preset-react": "^7.26.3",
"@cfx-kit/wallet-avatar": "^0.0.5",
"@ducanh2912/next-pwa": "^10.2.9",
"@heroicons/react": "^1.0.6",
"@radix-ui/react-label": "^2.1.7",
"@rainbow-me/rainbowkit": "^2.2.3",
"@starknet-react/chains": "^3.1.2",
"@starknet-react/core": "^3.7.1",
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-query": "^5.65.1",
"@uiw/react-md-editor": "^4.0.5",
"@urql/core": "^5.0.0",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.7",
"dotenv": "^16.4.7",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"ethers": "^6.13.2",
"framer-motion": "^11.5.4",
"get-starknet": "^3.3.3",
"get-starknet-core": "^4.0.0",
"graphql": "^16.8.1",
"gsap": "^3.12.5",
"html-react-parser": "^5.1.16",
"jspdf": "^2.5.2",
"mammoth": "^1.8.0",
"motion": "^12.23.6",
"next": "14.2.3",
"nft.storage": "^7.1.1",
"pino-pretty": "^11.0.0",
"prop-types": "^15.5.8",
"punycode": "^2.3.1",
"qs": "^6.13.0",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-responsive": "^10.0.0",
"react-signature-canvas": "^1.0.6",
"react-signature-pad-wrapper": "^4.0.4",
"react-slick": "^0.30.2",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"starknet": "^6.11.0",
"starknetkit": "1.1.9",
"starkweb": "^0.0.17",
"tailwind-merge": "^2.6.0",
"tailwindcss-border-gradient-radius": "^3.0.1",
"turndown": "^7.2.0",
"urql": "^4.0.7",
"uuid": "^10.0.0",
"viem": "^2.22.16",
"wagmi": "^2.14.9",
"yarn": "^1.22.22"
},
"devDependencies": {
"daisyui": "^4.12.14",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3"
}
}