lomind-vue
Version:
Lomind is not just a practical utility library; it represents a fusion of classic and innovative programming exploration. Drawing from numerous exemplary open-source libraries like Lodash, Lomind extends their powerful functionalities while introducing mo
57 lines (56 loc) • 1.51 kB
JSON
{
"name": "lomind-vue",
"version": "0.0.1-beta.01",
"title": "Lomind for vue hooks",
"description": "Lomind is not just a practical utility library; it represents a fusion of classic and innovative programming exploration. Drawing from numerous exemplary open-source libraries like Lodash, Lomind extends their powerful functionalities while introducing more modular and high-performance tools, specifically designed for Vue Hooks.",
"keywords": [
"kwooshung",
"lomind",
"lomindJS",
"lomind.JS",
"vue",
"vue hook",
"vue hooks",
"hook",
"hooks",
"lodash",
"lodashJS",
"lodash.JS",
"underscore",
"underscoreJS",
"underscore.JS",
"utils"
],
"private": false,
"author": "kwooshung (https://github.com/kwooshung)",
"homepage": "https://github.com/kwooshung/lomind",
"repository": {
"type": "git",
"url": "https://github.com/kwooshung/lomind.git",
"directory": "packages/vue"
},
"bugs": {
"url": "https://github.com/kwooshung/lomind/issues"
},
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@testing-library/vue": "^8.0.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/tsconfig": "^0.4.0"
}
}