This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
generated from AngelProtocolFinance/causes-donation-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.5 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
{
"name": "cra-template",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "react-app-rewired build",
"start": "GENERATE_SOURCEMAP=false PORT=3000 react-app-rewired start",
"test": "react-app-rewired test --colors",
"coverage": "react-app-rewired test --coverage",
"precommit": "lint-staged",
"format": "yarn run prettier --write 'src/**/*.{ts,tsx,css,html}'"
},
"lint-staged": {
"src/{**/*,*}/*.{ts,tsx}": [
"cross-env CI=true react-scripts test --colors --findRelatedTests"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.ts?(x)",
"!**/*.d.ts?(x)",
"!**/*.stories.ts?(x)",
"!**/__*__/**"
]
},
"browserslist": {
"production": [
"chrome > 60",
"firefox > 60",
"safari > 12"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@headlessui/react": "^1.7.5",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.10",
"@reduxjs/toolkit": "^1.8.2",
"@terra-money/terra.js": "^3.1.7",
"@terra-money/wallet-provider": "^3.11.2",
"ethers": "^5.5.4",
"jsonwebtoken": "^8.5.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.2",
"react-share": "^4.4.1",
"react-toastify": "^9.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@keplr-wallet/types": "^0.11.24",
"@testing-library/jest-dom": "^5.15.0",
"@types/jest": "^27.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.7",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"lint-staged": "^11.2.6",
"path-browserify": "^1.0.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react-app-rewired": "^2.1.11",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.4.4",
"util": "^0.12.4"
},
"resolutions": {
"loader-utils@^2.0.0": "2.0.4",
"loader-utils@^3.2.0": "3.2.1",
"tailwindcss": "3.2.4"
},
"packageManager": "[email protected]"
}