{ "name": "martials-no", "version": "1.0", "description": "Landing page Martin Berg Alstad's APIs and other things", "scripts": { "prestart": "npx only-allow pnpm", "dev": "vite", "build": "vite build && sh build_extra.sh", "serve": "vite preview" }, "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "typescript": "^5.1.6", "vite": "^4.4.7", "vite-plugin-solid": "^2.7.0" }, "dependencies": { "@solidjs/router": "^0.8.2", "@types/diff": "^5.0.3", "diff": "^5.1.0", "solid-headless": "^0.13.1", "solid-heroicons": "^3.2.4", "solid-js": "^1.7.8", "xlsx": "^0.18.5" } }