32 lines
867 B
JSON
32 lines
867 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.6",
|
|
"@astrojs/solid-js": "^5.1.1",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"astro": "^5.14.1",
|
|
"fuse.js": "^7.1.0",
|
|
"party-js": "^2.2.0",
|
|
"qrcode-generator": "^2.0.4",
|
|
"sharp": "^0.34.4",
|
|
"solid-js": "^1.9.9",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
|
|
"devDependencies": {
|
|
"@types/node": "^24.5.2",
|
|
"typescript": "^5.9.2",
|
|
"typescript-plugin-toml": "^0.5.0",
|
|
"vite-plugin-toml": "^0.8.4",
|
|
"wrangler": "^4.40.2"
|
|
}
|
|
}
|