-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
110 lines (110 loc) · 3.18 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
{
"name": "givethdapp",
"version": "2.20.0",
"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": "^5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@giveth/ui-design-system": "^1.11.17",
"@reduxjs/toolkit": "^1.9.5",
"@segment/snippet": "^4.15.3",
"@sentry/nextjs": "^7.69.0",
"@superfluid-finance/sdk-core": "^0.6.12",
"@uniswap/v3-sdk": "^3.10.0",
"@web3modal/wagmi": "^3.1.0",
"apollo-upload-client": "^17.0.0",
"bignumber.js": "^9.1.2",
"deepmerge": "^4.2.2",
"ethers": "^6.7.1",
"framer-motion": "^10.12.12",
"graphql": "^16.8.0",
"lodash.isequal": "^4.5.0",
"lottie-react": "^2.3.1",
"next": "^13.5.1",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"quill-image-resize-module": "^3.0.0",
"quill-magic-url": "^4.2.0",
"rc-slider": "^10.0.1",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.46.1",
"react-hot-toast": "^2.4.1",
"react-intl": "^6.2.1",
"react-places-autocomplete": "^7.3.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.1",
"react-select": "^5.2.1",
"react-share": "^4.4.1",
"sharp": "^0.30.5",
"siwe": "^2.1.4",
"styled-components": "^5.3.6",
"swiper": "^10.2.0",
"unsplash-js": "^7.0.15",
"viem": "^1.16.6",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.4",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/apollo-upload-client": "^14.1.0",
"@types/axios": "^0.14.0",
"@types/jest": "^28.1.4",
"@types/jest-axe": "^3.5.4",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.28",
"@types/react-custom-scrollbars": "^4.0.9",
"@types/react-datepicker": "^4.4.1",
"@types/react-dom": "^18.0.11",
"@types/react-html-parser": "^2.0.2",
"@types/react-modal": "^3.13.1",
"@types/react-places-autocomplete": "^7.2.9",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"babel-plugin-styled-components": "^2.0.7",
"cypress": "^10.6.0",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.1",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-jest": "^3.0.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^28.1.2",
"jest-axe": "^6.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.2",
"jest-extended": "^3.0.2",
"jest-watch-typeahead": "^2.0.0",
"msw": "^0.49.2",
"prettier": "^3.0.3",
"test-data-bot": "^0.8.0",
"ts-jest": "^28.0.5",
"typescript": "^5.2.2"
}
}