{
	"name": "@tevm/example-vite",
	"version": "0.0.1",
	"private": true,
	"contributors": [
		"Will Cory <willcory10@gmail.com>"
	],
	"scripts": {
		"anvil": "source .env && anvil --fork-url https://eth-mainnet.g.alchemy.com/v2/$VITE_ALCHEMY_API_KEY",
		"build": "bun build:contracts && bun build:dist",
		"build:contracts": "forge build",
		"build:dist": "vite build",
		"clean": "rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache",
		"deploy-contracts": "source .env && forge script script/Deploy.s.sol:Deploy --broadcast --verify -vvvv",
		"deploy-contracts:anvil": "bun deploy-contracts --fork-url http://localhost:8545",
		"dev": "vite",
		"format": "rome format . --write",
		"format:check": "rome format .",
		"generate": "tevm generate",
		"lint": "rome check . --apply-unsafe",
		"lint:check": "rome check . --verbose",
		"preview": "vite preview",
		"rome": "^12.1.2",
		"serve": "serve -s -l tcp://0.0.0.0:5173 dist",
		"serve:test": "source .env & anvil --fork-url https://eth-mainnet.g.alchemy.com/v2/$VITE_ALCHEMY_API_KEY & vite",
		"test": "vitest"
	},
	"dependencies": {
		"@tevm/config": "workspace:^",
		"@tevm/contract": "workspace:^",
		"@tevm/ethers": "workspace:^",
		"@tevm/solc": "workspace:^",
		"@rainbow-me/rainbowkit": "^1.2.0",
		"@tanstack/react-query": "^5.8.4",
		"buffer": "^6.0.3",
		"ds-test": "github:dapphub/ds-test",
		"ethers": "^6.8.1",
		"prismjs": "^1.29.0",
		"process": "^0.11.10",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-simple-code-editor": "^0.13.1",
		"util": "^0.12.5",
		"viem": "~1.19.4",
		"wagmi": "^1.4.7"
	},
	"devDependencies": {
		"@tevm/ts-plugin": "workspace:^",
		"@tevm/vite-plugin": "workspace:^",
		"@openzeppelin/contracts": "^4.9.3",
		"@testing-library/react": "^14.1.2",
		"@types/prismjs": "^1.26.3",
		"@types/react": "^18.2.37",
		"@types/react-dom": "^18.2.15",
		"@vitejs/plugin-react": "^4.2.0",
		"abitype": "^0.10.2",
		"forge-deploy": "^0.2.0",
		"forge-std": "github:foundry-rs/forge-std",
		"react-helmet": "^6.1.0",
		"rome": "^12.1.3",
		"serve": "^14.2.1",
		"solc": "0.8.23-fixed",
		"typescript": "^5.2.2",
		"vite": "^5.0.0",
		"vite-plugin-node-polyfills": "^0.16.0",
		"vitest": "^0.34.6"
	}
}
