You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.3 KiB
JSON

{
"name": "newapp",
"version": "0.1.0",
"homepage": "https://unaboomer.gg",
"private": true,
"main": "src/index.js",
"dependencies": {
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"ethers": "^5.7.2",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-awesome-button": "^7.0.4",
"react-dom": "^18.2.0",
"react-notifications": "^1.7.4",
"react-parallax": "^3.5.1",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.9",
"react-scroll-parallax": "^3.3.2",
"react-ts-typewriter": "^0.1.8-b",
"react-use-websocket": "^4.2.0",
"typescript": "^4.9.4",
"wagmi": "^0.9.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"release": "react-scripts build && aws s3 sync build/ s3://unaboomer-prod-web-origin/",
"release-dev": "react-scripts build && rsync -avzP build/ lzahq:/srv/lzahq.tech/public/rando/"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}