-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.56 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
111
112
113
114
115
116
117
118
{
"name": "3umgroup-Fortuna",
"version": "1.0.1",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "jest.config.js",
"scripts": {
"start": "react-scripts start",
"preinstall": "npx npm-force-resolutions",
"prebuild": "npm test",
"build": "cross-env REACT_APP_ENV=production react-scripts build",
"start:prod": "REACT_APP_ENV=production react-scripts start",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && rm -rf build/temp"
},
"keywords": [],
"author": "3umgroup.com",
"license": "ISC",
"dependencies": {
"@3um-group/atomic-sdk": "^1.0.32",
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ethersproject/experimental": "^5.7.0",
"@metamask/detect-provider": "^2.0.0",
"@newrelic/browser-agent": "^1.274.0",
"@playwright/test": "^1.46.1",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.6.0",
"@types/mocha": "^10.0.7",
"@types/react": "^18.3.5",
"@types/react-autosuggest": "^10.1.11",
"@types/react-dom": "^18.3.0",
"@walletconnect/ethereum-provider": "^2.15.2",
"@web3-react/coinbase-wallet": "^8.2.3",
"@web3-react/core": "^8.2.3",
"@web3-react/gnosis-safe": "^8.2.4",
"@web3-react/metamask": "^8.2.4",
"@web3-react/network": "^8.2.3",
"@web3-react/types": "^8.2.3",
"@web3-react/walletconnect": "^8.2.3",
"@web3-react/walletconnect-v2": "^8.5.1",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"ethers": "^6.13.3",
"jest-image-snapshot": "^6.4.0",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-autosuggest": "^10.1.0",
"react-chartjs-2": "^5.2.0",
"react-daisyui": "^5.0.4",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-refresh": "^0.14.2",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"tailwind-merge": "^2.5.2",
"urql": "^4.1.0",
"web3": "^4.13.0"
},
"overrides": {
"axios": "^0.27.2",
"elliptic": "^6.5.6",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"ws": "^8.17.0"
},
"resolutions": {
"react-refresh": "0.14.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@parcel/watcher": "^2.4.1",
"@parcel/watcher-wasm": "^2.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.7",
"color-name": "~1.1.4",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.4",
"playwright": "1.46.1",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.6",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"webpack": "^5.93.0"
}
}