UNPKG

samorphic-vue

Version:

A Vue 3 component library styled with neumorphism, including buttons, inputs, cards, and more.

56 lines (55 loc) 1.29 kB
{ "name": "samorphic-vue", "version": "1.2.1", "dependencies": { "sass": "^1.89.1" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "storybook": "latest", "typescript": "^5.8.3", "vite": "^4.5.14", "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vitepress": "^1.6.3", "vue-tsc": "^1.8.27" }, "type": "module", "scripts": { "build": "vite build", "dev:watch": "vite build --watch", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "main": "./dist/samorphic-vue.umd.cjs", "module": "./dist/samorphic-vue.mjs", "exports": { ".": { "import": "./dist/samorphic-vue.mjs", "require": "./dist/samorphic-vue.umd.cjs" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "vue": "^3.0.0" }, "sideEffects": [ "**/*.css" ], "keywords": [ "vue3", "components", "neumorphism", "samorphic", "ui", "library" ], "author": "Seu Nome srcaetite@gmail.com", "license": "MIT", "description": "A Vue 3 component library styled with neumorphism, including buttons, inputs, cards, and more." }