Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "init-tronweb3 apply rdinh patch" #1008

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions tronweb3/.gitignore

This file was deleted.

Empty file removed tronweb3/README.md
Empty file.
53 changes: 6 additions & 47 deletions tronweb3/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,9 @@
{
"name": "tronweb3",
"version": "0.1.0",
"private": true,
"dependencies": {
"@radix-ui/react-menubar": "^1.1.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
"version": "0.0.1",
"description": "tronweb3: The Re-Tron of the King",
"main": "index.js",
"repository": "https://github.com/Yelp/Tron",
"author": "[email protected]",
"license": "MIT"
}
Binary file removed tronweb3/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions tronweb3/public/index.html

This file was deleted.

Binary file removed tronweb3/public/logo192.png
Binary file not shown.
Binary file removed tronweb3/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions tronweb3/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions tronweb3/public/robots.txt

This file was deleted.

Loading
Loading