Files
movetolinux/package.json
T

28 lines
740 B
JSON

{
"name": "movetolinux",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.5",
"@astrojs/solid-js": "^5.1.1",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.7",
"party-js": "^2.2.0",
"qrcode-generator": "^2.0.4",
"sharp": "^0.34.3",
"solid-js": "^1.9.9",
"tailwindcss": "^4.1.13"
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
"devDependencies": {
"@types/node": "^24.5.1",
"wrangler": "^4.37.1"
}
}