forked from data-lake-2025/card-activity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.58 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.58 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
{
"name": "datalake-token-app",
"version": "1.0.1",
"description": "Data Lake Token App",
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "jest --setupFiles dotenv/config"
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.0.3",
"@tanstack/react-table": "^8.5.15",
"@transak/transak-sdk": "^1.2.3",
"@uniswap/sdk-core": "^3.1.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "1.4.1",
"@uniswap/v3-sdk": "^3.9.0",
"@uniswap/widgets": "^2.18.0",
"@usedapp/core": "^1.1.5",
"@vercel/analytics": "^0.1.3",
"@walletconnect/web3-provider": "^1.8.0",
"axios": "^1.1.2",
"ethers": "^5.5.1",
"fs": "^0.0.1-security",
"next-tick": "^1.1.0",
"path": "^0.12.7",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-pdf": "5.7.2",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.6",
"react-toggle-button": "^2.2.0",
"react-tooltip": "^4.5.1",
"request": "^2.88.2",
"styled-components": "^5.3.1",
"web-vitals": "^2.1.4",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^12.11.1",
"@types/react": "^18.0.17",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-pdf": "^5.7.4",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.12",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"jest": "^27.5.1",
"os-browserify": "^0.3.0",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.1.8",
"ts-jest": "^27.1.3",
"tslib": "^2.1.0",
"typescript": "^4.6.4",
"url": "^0.11.0",
"webpack": "^5.74.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "^16.13.1",
"npm": "^8.1.2"
}
}