{"_id":"@caspersocio/vue-masterclass-library","name":"@caspersocio/vue-masterclass-library","dist-tags":{"latest":"1.0.0-alpha.1"},"versions":{"1.0.0-alpha.1":{"name":"@caspersocio/vue-masterclass-library","version":"1.0.0-alpha.1","description":"A Vue component library","author":{"name":"CasperSocio","url":"https://github.com/CasperSocio"},"homepage":"https://lib.casperdesign.no/","repository":{"type":"git","url":"git+https://github.com/CasperSocio/vue-masterclass-library.git"},"bugs":{"url":"https://github.com/CasperSocio/vue-masterclass-library/issues"},"license":"MIT","keywords":["component","library","vue"],"scripts":{"build":"vite build","build:storybook":"storybook build -o dist-web","deploy":"firebase deploy --only hosting:lib","deploy:dev":"firebase deploy --only hosting:dev","deploy:test":"firebase deploy --only hosting:test","dev":"storybook dev -p 6006","lint":"prettier -c .","test":"cypress open","test:ci":"cypress run --component --config video=false","test:open":"cypress open --component","test:run":"cypress run --component"},"dependencies":{"react":"^18.2.0","react-dom":"^18.2.0","vue":"^3.2.47","vue-inline-svg":"^3.1.2"},"devDependencies":{"@babel/core":"^7.19.6","@storybook/addon-actions":"^7.0.0-rc.0","@storybook/addon-essentials":"^7.0.0-rc.0","@storybook/addon-interactions":"^7.0.0-rc.0","@storybook/addon-links":"^7.0.0-rc.0","@storybook/testing-library":"^0.0.14-next.1","@storybook/vue3":"^7.0.0-rc.0","@storybook/vue3-vite":"^7.0.0-rc.0","@typescript-eslint/eslint-plugin":"^5.41.0","@typescript-eslint/parser":"^5.41.0","@vitejs/plugin-vue":"^4.0.0","babel-loader":"^8.2.5","chromatic":"^6.11.4","cypress":"^10.11.0","eslint":"^8.26.0","eslint-config-prettier":"^8.7.0","eslint-plugin-cypress":"^2.12.1","eslint-plugin-import":"^2.26.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-storybook":"^0.6.11","eslint-plugin-vue":"^9.9.0","pinia":"^2.0.32","prettier":"^2.8.4","sass":"^1.55.0","storybook":"^7.0.0-rc.0","storybook-dark-mode":"^3.0.0-canary.191.4282.0","typescript":"^4.9.5","vite":"^4.1.4","vite-plugin-dts":"^2.1.0","vue-loader":"^17.0.1","vue-tsc":"^1.2.0"},"exports":{".":{"import":"./dist/vm-lib.js","require":"./dist/vm-lib.umd.cjs"},"./style.css":"./dist/style.css"},"main":"./dist/vm-lib.umd.cjs","module":"./dist/vm-lib.js","type":"module","types":"./dist/types/index.d.ts","gitHead":"74fef75820538e1aeb11aaddf0410d3da1f121fd","_id":"@caspersocio/vue-masterclass-library@1.0.0-alpha.1","_nodeVersion":"18.14.0","_npmVersion":"9.3.1","dist":{"integrity":"sha512-kF5qrg2XPi8CWS/u6g7d3XWlg8d4elRsv8dUigKW1rjDqLUweqYRRVGS6VwGOGiWFGP3BReTH74HOZuSPvwyEA==","shasum":"3d5b22a0f30290a7a3d705e0587d3bb617e8da93","tarball":"https://registry.npmjs.org/@caspersocio/vue-masterclass-library/-/vue-masterclass-library-1.0.0-alpha.1.tgz","fileCount":16,"unpackedSize":85546,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCT17W5yuG+1xxfYGm1wAk79fRBxKgoXN1+KwqxLo+A9AIgVn3wOKGALrcickJjAKL7hCkq8VGcvuEJReqtiKfIeUo="}]},"_npmUser":{"name":"caspersocio","email":"caspertollefsen@gmail.com"},"directories":{},"maintainers":[{"name":"caspersocio","email":"caspertollefsen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-masterclass-library_1.0.0-alpha.1_1687608573973_0.007142236027645188"},"_hasShrinkwrap":false}},"time":{"created":"2023-06-24T12:09:33.908Z","1.0.0-alpha.1":"2023-06-24T12:09:34.142Z","modified":"2023-06-24T12:09:34.322Z"},"maintainers":[{"name":"caspersocio","email":"caspertollefsen@gmail.com"}],"description":"A Vue component library","homepage":"https://lib.casperdesign.no/","keywords":["component","library","vue"],"repository":{"type":"git","url":"git+https://github.com/CasperSocio/vue-masterclass-library.git"},"author":{"name":"CasperSocio","url":"https://github.com/CasperSocio"},"bugs":{"url":"https://github.com/CasperSocio/vue-masterclass-library/issues"},"license":"MIT","readme":"# Vue Masteclass Library\n\nThis template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.\n\n## Recommended IDE Setup\n\n- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)\n\n## Type Support For `.vue` Imports in TS\n\nSince TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's Take Over mode by following these steps:\n\n1. Run `Extensions: Show Built-in Extensions` from VS Code's command palette, look for `TypeScript and JavaScript Language Features`, then right click and select `Disable (Workspace)`. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.\n2. Reload the VS Code window by running `Developer: Reload Window` from the command palette.\n\nYou can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).\n\n## Technologies\n\n- JS framework - [Vue](https://vuejs.org/)\n- Frontend tooling (builder) - [Vite](https://vitejs.dev/)\n- Frontend workshop - [Storybook](https://storybook.js.org/)\n- Linting\n  - [ESLint](https://eslint.org/)\n  - [ESLint-plugin-vue](https://eslint.vuejs.org/)\n  - [TypeScript ESLint](https://typescript-eslint.io/)\n- Programming language - [TypeScript](https://www.typescriptlang.org/)\n- State management - [Pinia](https://pinia.vuejs.org/)\n- Styling language - [Sass](https://sass-lang.com/)\n- Test suite - [Cypress](https://www.cypress.io/)\n\n## Get Started\n\nRun `npm ci` to install dependencies.\n\nRun `npm run dev` to start design system server.\n\nRun `npm test` to open the testing suite (Cypress).\n","readmeFilename":"README.md"}