2021-05-20 21:24:54 +02:00
|
|
|
{
|
|
|
|
|
"name": "lucide-vue-next",
|
2023-07-02 14:46:53 +02:00
|
|
|
"version": "0.0.1",
|
2021-05-20 21:24:54 +02:00
|
|
|
"author": "Eric Fennis",
|
2025-04-21 04:45:14 -04:00
|
|
|
"description": "A Lucide icon library package for Vue 3 applications.",
|
2021-05-20 21:24:54 +02:00
|
|
|
"license": "ISC",
|
|
|
|
|
"homepage": "https://lucide.dev",
|
|
|
|
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/lucide-icons/lucide.git",
|
|
|
|
|
"directory": "packages/lucide-vue-next"
|
|
|
|
|
},
|
2023-10-18 09:50:18 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"Lucide",
|
2024-01-03 11:38:06 +01:00
|
|
|
"Vue",
|
2023-10-18 09:50:18 +02:00
|
|
|
"Feather",
|
|
|
|
|
"Icons",
|
|
|
|
|
"Icon",
|
|
|
|
|
"SVG",
|
|
|
|
|
"Feather Icons",
|
|
|
|
|
"Fontawesome",
|
|
|
|
|
"Font Awesome"
|
|
|
|
|
],
|
2021-05-20 21:24:54 +02:00
|
|
|
"amdName": "lucide-vue-next",
|
|
|
|
|
"source": "build/lucide-vue-next.js",
|
|
|
|
|
"main": "dist/cjs/lucide-vue-next.js",
|
|
|
|
|
"main:umd": "dist/umd/lucide-vue-next.js",
|
|
|
|
|
"module": "dist/esm/lucide-vue-next.js",
|
|
|
|
|
"unpkg": "dist/umd/lucide-vue-next.min.js",
|
|
|
|
|
"typings": "dist/lucide-vue-next.d.ts",
|
2021-05-24 23:02:35 +02:00
|
|
|
"sideEffects": false,
|
2022-08-18 10:25:46 +00:00
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"nuxt.js"
|
|
|
|
|
],
|
2021-05-20 21:24:54 +02:00
|
|
|
"scripts": {
|
2024-01-03 11:38:06 +01:00
|
|
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm build:bundles",
|
2022-08-10 09:10:53 +02:00
|
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
2022-12-04 22:38:56 +01:00
|
|
|
"clean": "rm -rf dist && rm -rf ./src/icons/*.ts",
|
2025-06-18 15:47:24 +02:00
|
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mts --renderUniqueKey --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
2022-11-07 22:29:19 +01:00
|
|
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
2024-04-24 09:08:01 +02:00
|
|
|
"test": "pnpm build:icons && vitest run",
|
2024-04-26 17:59:04 +02:00
|
|
|
"test:watch": "vitest watch",
|
2022-08-10 19:12:21 +02:00
|
|
|
"version": "pnpm version --git-tag-version=false"
|
2021-05-20 21:24:54 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-01-17 08:04:34 +01:00
|
|
|
"@lucide/build-icons": "workspace:*",
|
2024-01-03 11:38:06 +01:00
|
|
|
"@lucide/rollup-plugins": "workspace:*",
|
2024-03-06 21:03:12 +01:00
|
|
|
"@lucide/shared": "workspace:*",
|
2024-01-03 11:38:06 +01:00
|
|
|
"@testing-library/jest-dom": "^6.1.6",
|
2025-11-27 10:50:19 +01:00
|
|
|
"@testing-library/vue": "^8.1.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
|
|
|
"@vue/test-utils": "2.4.6",
|
|
|
|
|
"rollup": "^4.53.3",
|
|
|
|
|
"rollup-plugin-dts": "^6.2.3",
|
|
|
|
|
"vite": "^7.2.4",
|
|
|
|
|
"vitest": "^4.0.12",
|
2024-04-26 17:59:04 +02:00
|
|
|
"vue": "^3.4.21"
|
2021-05-20 21:24:54 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2022-03-17 15:59:41 +08:00
|
|
|
"vue": ">=3.0.1"
|
2021-05-20 21:24:54 +02:00
|
|
|
}
|
|
|
|
|
}
|