forked from VitaliyShulik/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.11 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.11 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
{
"name": "idofactory",
"version": "1.3.1",
"private": true,
"homepage": ".",
"engines": {
"node": ">=18.10.0"
},
"dependencies": {
"@date-io/date-fns": "^2.17.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@ethersproject/contracts": "^5.8.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.18.0",
"@mui/lab": "^5.0.0-alpha.177",
"@mui/material": "^5.18.0",
"@mui/styled-engine": "^5.18.0",
"@mui/x-date-pickers": "^5.0.20",
"@openzeppelin/contracts": "^4.9.6",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-wagmi": "^1.8.19",
"@tanstack/react-query": "^5.95.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@truffle/hdwallet-provider": "^2.1.15",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@walletconnect/ethereum-provider": "^2.23.8",
"@walletconnect/web3-provider": "^1.8.0",
"assert": "^2.1.0",
"axios": "^1.13.6",
"big-integer": "^1.6.52",
"bignumber.js": "^9.3.1",
"bootstrap": "^5.3.8",
"buffer": "^6.0.3",
"caniuse-lite": "^1.0.30001781",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"formik": "^2.4.9",
"gh-pages": "^3.2.3",
"https-browserify": "^1.0.0",
"ipfs-http-client": "^55.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",
"react-countdown": "^2.3.6",
"react-datetime-picker": "^3.5.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.72.0",
"react-icon": "^1.0.0",
"react-icons": "^4.12.0",
"react-redux": "^7.2.9",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.30.3",
"react-scripts": "5.0.1",
"react-social-icons": "^5.15.0",
"read-more-react": "^1.0.10",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rewire": "^5.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.11",
"url": "^0.11.4",
"utf-8": "^2.0.0",
"viem": "^2.47.6",
"wagmi": "^3.6.0",
"web-vitals": "^1.1.2",
"web3": "^1.10.4",
"web3-utils": "^4.3.3",
"yup": "^0.32.11"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"unstorage": "1.14.0",
"chokidar": "3.6.0",
"ethereumjs-abi": "0.6.8"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build_wp_vendor": "cross-env PUBLIC_URL=LAUNCHPAD_ROOT_URL BUILD_PATH=./wp_temp_build/ react-app-rewired build",
"prepare_wp_vendor": "node ./scripts/make-wpbuild.js",
"build_wp": "npm run build_wp_vendor && npm run prepare_wp_vendor",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"prepare": "git config core.hooksPath .husky 2>/dev/null || true"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(wagmi|@wagmi|viem|@tanstack/react-query|@reown|abitype)/)"
],
"moduleNameMapper": {
"\\.(css|less|scss|sass)$": "<rootDir>/src/__mocks__/styleMock.js",
"\\.(png|jpg|jpeg|gif|svg|ico|woff|woff2|ttf|eot)$": "<rootDir>/src/__mocks__/fileMock.js"
}
},
"devDependencies": {
"@ethersproject/address": "^5.8.0",
"@ethersproject/providers": "^5.8.0",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/walletconnect-connector": "6.1.4",
"react-app-rewired": "^2.2.1",
"truffle-plugin-verify": "^0.5.33"
}
}