|
| 1 | +{ |
| 2 | + "name": "template-react-vite-tailwind", |
| 3 | + "description": "React + Vite + Tailwind (no Anchor)", |
| 4 | + "private": true, |
| 5 | + "version": "0.0.0", |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "dev": "vite", |
| 9 | + "build": "tsc -b && vite build", |
| 10 | + "lint": "eslint .", |
| 11 | + "preview": "vite preview" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@solana/spl-token": "^0.4.8", |
| 15 | + "@solana/wallet-adapter-base": "^0.9.23", |
| 16 | + "@solana/wallet-adapter-react": "^0.15.35", |
| 17 | + "@solana/wallet-adapter-react-ui": "^0.9.35", |
| 18 | + "@solana/web3.js": "^1.95.3", |
| 19 | + "@tabler/icons-react": "^3.15.0", |
| 20 | + "@tanstack/react-query": "^5.55.2", |
| 21 | + "daisyui": "^4.12.10", |
| 22 | + "jotai": "^2.9.3", |
| 23 | + "node-stdlib-browser": "^1.2.0", |
| 24 | + "react": "^18.3.1", |
| 25 | + "react-dom": "^18.3.1", |
| 26 | + "react-hot-toast": "^2.4.1", |
| 27 | + "react-router": "^6.26.1", |
| 28 | + "react-router-dom": "^6.26.1", |
| 29 | + "tailwindcss": "^3.4.10" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
| 33 | + "@eslint/js": "^9.9.0", |
| 34 | + "@types/react": "^18.3.3", |
| 35 | + "@types/react-dom": "^18.3.0", |
| 36 | + "@vitejs/plugin-react": "^4.3.1", |
| 37 | + "eslint": "^9.9.0", |
| 38 | + "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
| 39 | + "eslint-plugin-react-refresh": "^0.4.9", |
| 40 | + "globals": "^15.9.0", |
| 41 | + "prettier": "^3.3.3", |
| 42 | + "typescript": "^5.5.3", |
| 43 | + "typescript-eslint": "^8.0.1", |
| 44 | + "vite": "^5.4.1", |
| 45 | + "vite-plugin-node-polyfills": "^0.22.0", |
| 46 | + "vite-tsconfig-paths": "^5.0.1" |
| 47 | + }, |
| 48 | + "create-solana-dapp": { |
| 49 | + "versions": { |
| 50 | + "solana": "1.18.0" |
| 51 | + } |
| 52 | + } |
| 53 | +} |
0 commit comments