-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) Β· 1.66 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
{
"name": "prize-pool-builder-ui",
"version": "3.3.0",
"private": false,
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"format": "yarn prettier --write .",
"check-format": "yarn prettier --check .",
"release": "./scripts/sentry-release.sh",
"distrelease": "export NEXT_JS_RELEASE_VERSION=$SENTRY_PROJECT:$(sentry-cli releases propose-version) && yarn build && yarn release",
"cypress": "bash ./scripts/run-cypress.sh"
},
"dependencies": {
"@pooltogether/bnc-onboard": "1.20.2",
"@pooltogether/current-pool-data": "3.3.3",
"@pooltogether/etherplex": "^1.0.2",
"@pooltogether/pooltogether-contracts": "3.3.7",
"@pooltogether/pooltogether-rng-contracts": "^1.1.2",
"@pooltogether/yield-source-interface": "^1.0.1",
"@reach/menu-button": "^0.11.2",
"@sentry/cli": "^1.61.0",
"@sentry/react": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"autoprefixer": "^9.7.6",
"classnames": "^2.2.6",
"ethers": "^5.0.32",
"feather-icons-react": "^0.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"next": "10.1.1",
"next-images": "^1.4.0",
"postcss-easy-import": "^3.0.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.2",
"react-device-detect": "^1.12.1",
"react-dom": "17.0.2",
"react-toastify": "^5.5.0",
"tailwindcss": "^1.7.6",
"truffle-privatekey-provider": "^1.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.1.1",
"cypress": "^6.8.0",
"hardhat": "^2.0.6",
"prettier": "2.2.1",
"wait-on": "^5.2.1",
"web3": "^1.3.1"
}
}