-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a4ffcb
commit a636557
Showing
1 changed file
with
38 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,40 @@ | ||
{ | ||
"name": "telegram-mini-app-poc", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@solana/wallet-adapter-base": "^0.9.23", | ||
"@solana/wallet-adapter-react": "^0.15.35", | ||
"@solana/wallet-adapter-react-ui": "^0.9.35", | ||
"@solana/wallet-adapter-wallets": "^0.19.32", | ||
"@solana/web3.js": "^1.91.2", | ||
"@tonconnect/ui-react": "^2.0.0", | ||
"@twa-dev/sdk": "^7.0.0", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@vitejs/plugin-basic-ssl": "^1.1.0", | ||
"@web3modal/ethers": "^4.1.1", | ||
"crypto": "^1.0.1", | ||
"ethers": "^6.11.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.3" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0" | ||
} | ||
"name": "telegram-mini-app-poc", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@solana/wallet-adapter-base": "^0.9.23", | ||
"@solana/wallet-adapter-react": "^0.15.35", | ||
"@solana/wallet-adapter-react-ui": "^0.9.35", | ||
"@solana/wallet-adapter-wallets": "^0.19.32", | ||
"@solana/web3.js": "^1.91.2", | ||
"@tonconnect/ui-react": "^2.0.0", | ||
"@twa-dev/sdk": "^7.0.0", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@vitejs/plugin-basic-ssl": "^1.1.0", | ||
"@web3modal/ethers": "^4.1.1", | ||
"ethers": "^6.11.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.3" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0" | ||
} | ||
} |