generated from aura-nw/aura-reactjs-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.92 KB
/
package.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@authorizerdev/authorizer-js": "1.2.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.7.15",
"@headlessui/tailwindcss": "^0.1.3",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/x-date-pickers": "^7.11.0",
"@radix-ui/themes": "^3.1.1",
"@reduxjs/toolkit": "^1.6.1",
"@story-protocol/core-sdk": "^1.0.0-rc.11",
"@tanstack/react-query": "^5.36.0",
"@types/qrcode": "^1.5.5",
"@types/react-show-more": "^2.0.4",
"@types/react-show-more-text": "^1.4.3",
"@types/react-truncate": "^2.3.7",
"axios": "^1.4.0",
"bignumber.js": "^9.1.2",
"canvas-confetti": "^1.9.0",
"chain-registry": "1.29.1",
"dompurify": "^3.0.5",
"ethers": "^6.12.1",
"framer-motion": "^11.3.24",
"graphql": "^16.8.1",
"graphql-ws": "^5.15.0",
"html2canvas": "^1.4.1",
"i18next": "^23.2.1",
"image-to-base64": "^2.2.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.46",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"next-i18next": "^14.0.0",
"pluralize": "^8.0.0",
"qrcode": "^1.5.4",
"qrcode.react": "^3.1.0",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-cookie": "^7.2.2",
"react-countdown": "^2.3.5",
"react-datepicker": "^4.16.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.53.0",
"react-html-parser": "^2.0.2",
"react-i18next": "^13.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-popper": "^2.3.0",
"react-redux": "^7.2.5",
"react-router-dom": "^6.13.0",
"react-show-more": "^2.0.0",
"react-show-more-text": "^1.6.2",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"react-truncate": "^2.4.0",
"react-truncate-markup": "^5.1.2",
"react-use-scroll-direction": "^0.1.0",
"sharp": "^0.32.1",
"siwe": "^2.3.2",
"slick-carousel": "^1.8.1",
"sort-by": "^1.2.0",
"swiper": "^10.3.1",
"swr": "^2.2.4",
"tonweb": "^0.0.66",
"usehooks-ts": "^3.1.0",
"viem": "^2.8.12",
"wagmi": "^2.9.2"
},
"devDependencies": {
"@keplr-wallet/types": "^0.12.14",
"@types/canvas-confetti": "^1.6.2",
"@types/dompurify": "^3.0.5",
"@types/node": "20.3.1",
"@types/pluralize": "^0.0.33",
"@types/ramda": "^0.29.9",
"@types/react": "18.2.12",
"@types/react-html-parser": "^2.0.6",
"@types/react-slick": "^0.23.12",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"sass": "^1.63.4",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}