-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.23 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
{
"name": "@esolidar/web3",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "npm run clean &&next dev",
"build": "npm run clean &&next build",
"start": "next start",
"test:lint": "eslint ./src --ext .jsx --ext .js --ext .ts --ext .tsx",
"clean": "npx rimraf .next"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "^0.1.1",
"@celo-tools/use-contractkit": "^3.1.0",
"@celo/contractkit": "^2.0.0",
"@celo/utils": "^2.0.0",
"@esolidar/i18n": "^0.349.0",
"@esolidar/toolkit": "^4.135.1",
"@ramp-network/ramp-instant-sdk": "^3.1.1",
"@types/formidable": "^2.0.5",
"aws-sdk": "^2.1145.0",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"bootstrap": "4.4.1",
"classnames": "^2.3.1",
"ethers": "^5.6.7",
"formidable": "^2.0.1",
"next": "latest",
"next-pwa": "^5.4.1",
"next-s3-upload": "^0.2.2",
"next-transpile-modules": "^9.0.0",
"node-fs": "^0.1.7",
"query-string": "^7.1.1",
"rc-tooltip": "^5.1.1",
"react": "^18.1.0",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^1.5.1",
"react-countdown": "^2.3.2",
"react-currency-input-field": "^3.6.4",
"react-dom": "^18.1.0",
"react-image-video-lightbox": "^3.0.0",
"react-intl": "^5.25.1",
"react-number-format": "^4.9.3",
"react-player": "^2.10.1",
"react-query": "^3.39.0",
"react-router-dom": "^6.3.0",
"react-select": "^3.1.0",
"react-swipeable": "^7.0.0",
"sass": "^1.51.0",
"sweetalert2": "^11.4.17",
"web3": "^1.7.3",
"web3-utils": "^1.7.3"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "17.0.4",
"@types/react": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.2",
"typescript": "4.5.4"
}
}