{"_id":"@codinglabcz/jagu-nuxt-template","name":"@codinglabcz/jagu-nuxt-template","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@codinglabcz/jagu-nuxt-template","version":"1.0.0","description":"A Nuxt starter template used by Jagu","bin":{"jagu-nuxt-template":"bin/cli.js"},"scripts":{"build":"nuxt build","dev":"nuxt dev","generate":"nuxt generate","preview":"nuxt preview","postinstall":"nuxt prepare","lint":"eslint --ext .js,.ts,.vue --ignore-path .eslintignore ."},"devDependencies":{"@nuxtjs/tailwindcss":"^6.1.2","@typescript-eslint/eslint-plugin":"^5.41.0","@typescript-eslint/parser":"^5.41.0","@vue/eslint-config-standard":"^8.0.1","eslint":"^8.26.0","eslint-plugin-nuxt":"^4.0.0","eslint-plugin-vue":"^9.6.0","nuxt":"3.0.0-rc.11","typescript":"^4.8.4","sass":"^1.55.0","tailwindcss":"3.1.8"},"gitHead":"166b75c51812ce29dda5f1e2f268a9659e1e3e9d","_id":"@codinglabcz/jagu-nuxt-template@1.0.0","_nodeVersion":"18.12.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-GYNI1aiyDUod6G+9T17xSbzhFiTJBOgc5ObkLUM0jfnWAl9zjDm+BXKBkLwAfSM77AR3MAg0+wRKpH3lr8AvCw==","shasum":"1ce97753f16b389b3f309825de0aa58854377c16","tarball":"https://registry.npmjs.org/@codinglabcz/jagu-nuxt-template/-/jagu-nuxt-template-1.0.0.tgz","fileCount":25,"unpackedSize":640063,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2qkSfhODRlTYD3qBpxSsoKZEA14m108Lmu0GiHkHCFgIgQIQL6LZukP6Lttv9o1E62bzq5QjzqsENBG9/KbgIqFI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYqsLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/ZA/+PmFW0EplIZ0ACMwTmV2Xz65Ncpx/JUhl4yS4/NIVzpWPjIbE\r\nT4b9ZYmHv+/z6f+PPuxVep3TKQ5b8wY5QP8d3fmbNw37Es6IsBr31U3pyUgl\r\nBRY8vYUtsrLzTmtzB6TObEWLFO7frWJTivuRpYafdgy0TXGE8UBidRMboU+2\r\nNBdZqMtHKB5kT57bHY9/0ZJiKXB1SYPP+3XUiRwhUvAqJsYYgQtvwyK0xnjj\r\nqn+9MOhd9Wdh5SE6W0SXeSbr28/y2YhZ4cmrZ3xVn+/DrY72w7dO8Vgmwfsy\r\nUX1acWOE9bDYSyFg3jAPKuF0+tVFUH66nKNhszCoblLgQ6Qwd8QuwQ7MrpxO\r\nCcjnt1WbVRd/ocH3m7iYPxQY8LdGRP8sRhdN7xyLMMs8lS7t9ZQ8Lu2B8fR6\r\nACJOHB+qeVP+gt8c0En4GzblMlm+UsQsFxkzc8BqbaflEZFk6gfsf0fpAduM\r\nAzKRc11qI5k0Uiu7OOPdO2ynrX4WEyLeKx2e9eAjUSjHhbpeNDCFAYiZ5xi6\r\nxi3xDB9QQ0DK4Jigxw8DwoijBRRuztUHrgSyyiRJbKOQmOpyfV6c9vcEyT5O\r\n9g0VsVwwhUP3SYBua2cLvjO8sX3nnQuNRZFnoSOIjGmWmXB8AwYgGd1M2UG2\r\ncdJYoOz2FJI4Kpl0XVUCmmDUqTh/lySZr3o=\r\n=cKXK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"v-moravec","email":"voj.moravec@seznam.cz"},"directories":{},"maintainers":[{"name":"v-moravec","email":"voj.moravec@seznam.cz"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jagu-nuxt-template_1.0.0_1667410699521_0.4909046516231246"},"_hasShrinkwrap":false}},"time":{"created":"2022-11-02T17:38:19.459Z","1.0.0":"2022-11-02T17:38:19.735Z","modified":"2022-11-02T17:38:19.894Z"},"maintainers":[{"name":"v-moravec","email":"voj.moravec@seznam.cz"}],"description":"A Nuxt starter template used by Jagu","readme":"# Jagu Nuxt Template\n\n## TODO (For this repository) 🚧👷🏻‍♂️🚧\n- [ ] Remove tailwindcss@3.1.8 dependeny when WebStorm 2022.3 comes out.\n- [ ] Update Nuxt 3 to full version once it comes out.\n\n[//]: # (- [ ] To do task)\n[//]: # (- [x] <s>Done task</s>)\n\n## TODO List ✅\n- [ ] Turn on ESLint in your IDE\n- [ ] Update font you want to use in `nuxt.config.ts` and `assets/css/style.css`\n      (if you want, you can set them up also in `tailwind.config.js`)\n- [ ] Replace favicons in `public` folder (probably best to delete whole content and\n      paste generated assets from [Favicon generator](https://realfavicongenerator.net/))\n- [ ] Remove unwanted assets and components\n\n## Setup 🛠\n\nMake sure to install the dependencies:\n\n```bash\nyarn install\n```\n\n## Development Server 👨🏻‍💻\n\nStart the development server on http://localhost:3000\n\n```bash\nyarn dev\n```\n\nThere is a bug in Node v18 which writes out warning after running this command:\n\n```bash\n(node:45272) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time\n(Use `node --trace-warnings ...` to show where the warning was created)\n```\n\n## Help 🛟\n\nIf anything is unclear - look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.\n\n","readmeFilename":"README.md"}