{ "name": "jpl-website", "version": "0.1.0", "description": "{{description}}", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "npm run check:css && npm run check:js", "check:css": "unocss --check", "check:js": "eslint . --ext .js,.ts", "format": "prettier --write .", "format:check": "prettier --check ." }, "devDependencies": { "@unocss/cli": "^0.58.0", "@unocss/reset": "^0.58.0", "unocss": "^0.58.0", "vite": "^5.0.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "prettier": "^3.1.0", "eslint": "^8.55.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "typescript": "^5.3.0" }, "dependencies": { "@iconify-json/heroicons": "^1.1.15", "@iconify-json/lucide": "^1.1.134" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "keywords": [ "rustelo", "leptos", "rust", "web", "fullstack" ], "author": "{{author}}", "license": "MIT", "repository": { "type": "git", "url": "{{repository}}" } }