forked from starman1121/giveth-dapps-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.84 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
{
"name": "givethdapp",
"version": "2.0.6",
"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"
},
"resolutions": {
"styled-components": "^5"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@ethersproject/units": "^5.5.0",
"@giveth/ui-design-system": "^1.8.3",
"@gnosis.pm/safe-apps-web3-react": "^1.3.0",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/nextjs": "^6.19.3",
"@toruslabs/torus-embed": "^1.20.2",
"@uniswap/v3-sdk": "^3.6.2-optimism-regenesis",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"apollo-upload-client": "^16.0.0",
"axios": "^0.25.0",
"bignumber.js": "^9.0.1",
"deepmerge": "^4.2.2",
"ethers": "^5.6.5",
"framer-motion": "^6.2.8",
"graphql": "^16.0.1",
"human-standard-token-abi": "^2.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"next": "^12.1.6",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"quill-image-drop-and-paste": "^1.2.10",
"quill-image-resize-module": "^3.0.0",
"quill-magic-url": "^4.1.4",
"react": "^18.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.0.0",
"react-dropzone": "^11.5.3",
"react-google-maps": "^9.4.5",
"react-hot-toast": "^2.1.1",
"react-lottie": "^1.2.3",
"react-places-autocomplete": "^7.3.0",
"react-quill": "^2.0.0-beta.4",
"react-redux": "^8.0.1",
"react-select": "^5.2.1",
"react-share": "^4.4.0",
"sharp": "^0.30.3",
"siwe": "^1.1.6",
"styled-components": "^5.3.0",
"unsplash-js": "^7.0.15"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.4",
"@types/apollo-upload-client": "^14.1.0",
"@types/axios": "^0.14.0",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "16.11.6",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.34",
"@types/react-custom-scrollbars": "^4.0.9",
"@types/react-dom": "^17.0.11",
"@types/react-html-parser": "^2.0.2",
"@types/react-lottie": "^1.2.6",
"@types/react-modal": "^3.13.1",
"@types/react-places-autocomplete": "^7.2.9",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^8.2.0",
"eslint-config-next": "^12.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}