forked from gitcoinco/grants-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.17 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.17 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "round-manager",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-only",
"engines": {
"npm": ">=8.5.5",
"node": ">=18"
},
"scripts": {
"start": "craco start",
"build": "env REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) craco build",
"test": "craco test --watchAll=false --silent",
"test:dev": "craco test --watchAll=true",
"test:coverage": "craco test --watchAll=false --silent --coverage",
"eject": "react-scripts eject",
"lint:local": "eslint",
"lint": "eslint ./src --cache",
"lint:ci": "CI=false pnpm lint",
"lint:fix": "eslint ./src --fix",
"typecheck": "tsc --noEmit",
"typechain": "typechain --target=ethers-v5 ./src/features/**/*.json --out-dir ./src/types/generated/typechain/",
"postinstall": "pnpm typechain"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@craco/craco": "^7.1.0",
"@datadog/browser-logs": "^4.17.1",
"@datadog/browser-rum": "^4.17.1",
"@ethersproject/abi": "5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@gitcoinco/passport-sdk-verifier": "^0.1.2",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^2.9.2",
"@openzeppelin/merkle-tree": "^1.0.2",
"@rainbow-me/rainbowkit": "0.12.16",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/integrations": "^7.28.0",
"@sentry/react": "^7.27.0",
"@sentry/tracing": "^7.26.0",
"@sentry/webpack-plugin": "^1.20.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/query-core": "4.22.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"allo-indexer-client": "github:gitcoinco/allo-indexer-client",
"buffer": "^6.0.3",
"common": "workspace:*",
"crypto-browserify": "^3.12.0",
"csv-parse": "^5.3.8",
"csv-stringify": "^6.3.2",
"deepmerge": "^4.3.1",
"eslint-config-gitcoin": "workspace:*",
"ethers": "^5.7.2",
"history": "^5.3.0",
"html-react-parser": "^3.0.7",
"https-browserify": "^1.0.0",
"jest-fetch-mock": "^3.0.3",
"lit-js-sdk-old-w-pgn": "^1.1.251",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^18.1.0",
"react-datetime": "^3.1.1",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.3",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.31.3",
"react-icons": "^4.7.1",
"react-redux": "^8.0.1",
"react-router": "6.15.0",
"react-router-dom": "6.15.0",
"react-scripts": "5.0.1",
"react-tooltip": "^4.4.2",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swr": "^2.0.0",
"typescript": "^4.6.0",
"url": "^0.11.0",
"util": "^0.12.4",
"verify-env": "*",
"wagmi": "0.12.18",
"web-vitals": "^2.1.0",
"yup": "^0.32.11"
},
"jest": {
"transformIgnorePatterns": [
"/round-manager/node_modules/(?!(@spruceid|wagmi|@wagmi))/"
],
"moduleNameMapper": {
"^csv-stringify/sync": "<rootDir>/node_modules/csv-stringify/dist/cjs/sync.cjs"
}
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@faker-js/faker": "^7.4.0",
"@gitcoinco/passport-sdk-types": "^0.1.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@typechain/ethers-v5": "10.2.0",
"@types/lodash": "^4.14.192",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-gtm-module": "^2.0.1",
"@types/testing-library__jest-dom": "^5.14.5",
"add": "^2.0.6",
"autoprefixer": "^10.4.7",
"craco-esbuild": "^0.5.2",
"husky": "^8.0.1",
"postcss": "^8.4.31",
"resize-observer-polyfill": "^1.5.1",
"tailwind-styled-components": "2.1.6",
"tailwindcss": "^3.0.24",
"typechain": "^8.2.0"
}
}