-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.7 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
{
"name": "impact-market-web",
"version": "1.0.1",
"scripts": {
"build": "yarn translations && next build",
"dev": "yarn translations && next dev",
"start": "next start",
"prettier": "prettier --write \"./**/*.{ts,tsx}\"",
"lint": "eslint --fix \"./**/*.{ts,tsx}\" --max-warnings=0",
"prettier:dryrun": "prettier \"./**/*.{ts,tsx}\"",
"eslint:dryrun": "eslint \"./**/*.{ts,tsx}\" --max-warnings=0",
"generate:icons": "yarn svglist generate",
"translations": "node ./utils/getTranslationsFromPrismic"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@apollo/client": "3.8.4",
"@impact-market/ui": "1.5.4",
"@impact-market/utils": "4.2.1",
"@prismicio/client": "7.3.1",
"@prismicio/react": "2.6.1",
"@sentry/browser": "^7.69.0",
"@sentry/nextjs": "^7.69.0",
"@wagmi/core": "1.4.2",
"@web3modal/wagmi": "3.0.1",
"axios": "^0.27.2",
"bignumber.js": "9.1.1",
"cookies-next": "2.1.1",
"date-fns": "2.30.0",
"dotenv": "16.3.1",
"ethers": "5.7.2",
"graphql": "16.6.0",
"html-react-parser": "^5.0.6",
"humanify-numbers": "1.1.8",
"js-cookie": "3.0.5",
"lodash": "4.17.21",
"mapbox-gl": "2.15.0",
"next": "12.3.4",
"polished": "4.2.2",
"rc-pagination": "3.6.1",
"react": "17.0.2",
"react-circle-flags": "0.0.18",
"react-cookie": "6.1.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "17.0.2",
"react-google-recaptcha-v3": "1.10.1",
"react-is": "17.0.2",
"react-modal-handler": "1.0.8",
"react-paginate": "8.2.0",
"react-player": "2.12.0",
"react-styled-flexboxgrid": "3.2.1",
"react-table": "7.8.0",
"react-toastify": "9.1.3",
"react-use": "17.4.0",
"recharts": "2.9.3",
"sharethis-reactjs": "1.6.0",
"styled-components": "5.3.10",
"styled-gen": "1.4.8",
"styled-reset": "4.5.1",
"viem": "1.12.2",
"wagmi": "1.4.2"
},
"devDependencies": {
"@prismicio/types": "0.2.7",
"@psoares/svg-list": "1.2.1",
"@types/bignumber.js": "5.0.0",
"@types/lodash": "4.14.194",
"@types/mapbox-gl": "2.7.11",
"@types/node": "18.16.7",
"@types/react": "17.0.59",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/react-table": "7.7.14",
"@types/styled-components": "5.1.25",
"babel-plugin-styled-components": "2.1.1",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "17.0.59"
}
}