{ "name": "lume-web3extension", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "TAILWIND_MODE=watch astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/image": "^0.16.6", "@astrojs/react": "^2.1.1", "@astrojs/tailwind": "^3.1.1", "astro": "^2.3.2", "autoprefixer": "^10.4.14", "sass": "^1.62.1", "tailwindcss": "^3.3.2" } }