-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
125 lines (125 loc) · 3.73 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "givethdapp",
"version": "2.33.2",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint . --ext .ts --ext .tsx",
"lint:fix": "eslint . --ext .ts --ext .tsx --fix",
"start": "next start",
"test": "jest --watch",
"cypress": "cypress open"
},
"resolutions": {
"styled-components": "^6.1.12",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@giveth/ui-design-system": "^1.11.36",
"@next/third-parties": "^14.2.5",
"@react-google-maps/api": "^2.19.3",
"@reduxjs/toolkit": "^2.2.4",
"@safe-global/api-kit": "^2.1.0",
"@sentry/nextjs": "^7.100.1",
"@solana/spl-token": "^0.4.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.26",
"@solana/web3.js": "^1.90.0",
"@stellar/stellar-sdk": "^12.2.0",
"@superfluid-finance/sdk-core": "^0.7.0",
"@tanstack/react-query": "^5.45.1",
"@vercel/speed-insights": "^1.0.9",
"@web3auth/sign-in-with-solana": "^3.0.0",
"@web3modal/wagmi": "^5.1.7",
"apollo-upload-client": "^18.0.1",
"base58": "^2.0.1",
"bignumber.js": "^9.1.2",
"deepmerge": "^4.3.1",
"ethers": "^5.7.2",
"framer-motion": "^11.0.3",
"graphql": "^16.8.1",
"lodash.isequal": "^4.5.0",
"lottie-react": "^2.4.0",
"mongodb": "6.9.0",
"next": "^14.2.13",
"nprogress": "^0.2.0",
"posthog-js": "^1.147.0",
"qrcode": "^1.5.3",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"quill-image-resize-module": "^3.0.0",
"quill-magic-url": "^4.2.0",
"rc-scrollbars": "^1.1.6",
"rc-slider": "^10.5.0",
"react": "^18.3.1",
"react-datepicker": "^6.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-intl": "^6.6.6",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-share": "^5.0.3",
"sharp": "^0.33.3",
"siwe": "^2.3.2",
"styled-components": "^6.1.12",
"swiper": "^11.1.3",
"unsplash-js": "^7.0.19",
"viem": "^2.21.16",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@next/bundle-analyzer": "^14.1.0",
"@tanstack/react-query-devtools": "^5.58.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/extract-files": "^13.0.1",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.20",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.2",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-datepicker": "^6.0.1",
"@types/react-dom": "^18.3.0",
"@types/react-html-parser": "^2.0.6",
"@types/react-modal": "^3.16.3",
"@types/react-places-autocomplete": "^7.2.14",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-plugin-styled-components": "^2.1.4",
"cypress": "^13.9.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-jest": "^3.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.1.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-watch-typeahead": "^2.2.2",
"msw": "^2.2.1",
"prettier": "^3.2.5",
"test-data-bot": "^0.8.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}