2024-06-11 12:21:12 +00:00
|
|
|
{
|
|
|
|
"name": "@primevue/icons",
|
2024-11-14 11:54:18 +00:00
|
|
|
"version": "4.2.2",
|
2024-06-11 12:21:12 +00:00
|
|
|
"author": "PrimeTek Informatics",
|
|
|
|
"description": "",
|
|
|
|
"homepage": "https://primevue.org/",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/primefaces/primevue.git",
|
|
|
|
"directory": "packages/icons"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/primefaces/primevue/issues"
|
|
|
|
},
|
2024-11-01 05:59:02 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"*.vue"
|
|
|
|
],
|
|
|
|
"main": "./src/index.js",
|
|
|
|
"module": "./src/index.js",
|
2024-06-11 12:21:12 +00:00
|
|
|
"types": "./src/index.d.ts",
|
|
|
|
"exports": {
|
2024-11-01 05:59:02 +00:00
|
|
|
"./angledoubledown": "./src/angledoubledown/AngleDoubleDownIcon.vue",
|
|
|
|
"./angledoubleleft": "./src/angledoubleleft/AngleDoubleLeftIcon.vue",
|
|
|
|
"./angledoubleright": "./src/angledoubleright/AngleDoubleRightIcon.vue",
|
|
|
|
"./angledoubleup": "./src/angledoubleup/AngleDoubleUpIcon.vue",
|
|
|
|
"./angledown": "./src/angledown/AngleDownIcon.vue",
|
|
|
|
"./angleleft": "./src/angleleft/AngleLeftIcon.vue",
|
|
|
|
"./angleright": "./src/angleright/AngleRightIcon.vue",
|
|
|
|
"./angleup": "./src/angleup/AngleUpIcon.vue",
|
|
|
|
"./arrowdown": "./src/arrowdown/ArrowDownIcon.vue",
|
|
|
|
"./arrowup": "./src/arrowup/ArrowUpIcon.vue",
|
|
|
|
"./ban": "./src/ban/BanIcon.vue",
|
|
|
|
"./bars": "./src/bars/BarsIcon.vue",
|
2024-06-11 12:21:12 +00:00
|
|
|
"./baseicon": "./src/baseicon/BaseIcon.vue",
|
2024-11-01 05:59:02 +00:00
|
|
|
"./baseicon/style": "./src/baseicon/style/BaseIconStyle.js",
|
|
|
|
"./blank": "./src/blank/BlankIcon.vue",
|
|
|
|
"./calendar": "./src/calendar/CalendarIcon.vue",
|
|
|
|
"./check": "./src/check/CheckIcon.vue",
|
|
|
|
"./chevrondown": "./src/chevrondown/ChevronDownIcon.vue",
|
|
|
|
"./chevronleft": "./src/chevronleft/ChevronLeftIcon.vue",
|
|
|
|
"./chevronright": "./src/chevronright/ChevronRightIcon.vue",
|
|
|
|
"./chevronup": "./src/chevronup/ChevronUpIcon.vue",
|
|
|
|
"./exclamationtriangle": "./src/exclamationtriangle/ExclamationTriangleIcon.vue",
|
|
|
|
"./eye": "./src/eye/EyeIcon.vue",
|
|
|
|
"./eyeslash": "./src/eyeslash/EyeSlashIcon.vue",
|
|
|
|
"./filter": "./src/filter/FilterIcon.vue",
|
|
|
|
"./filterslash": "./src/filterslash/FilterSlashIcon.vue",
|
|
|
|
"./infocircle": "./src/infocircle/InfoCircleIcon.vue",
|
|
|
|
"./minus": "./src/minus/MinusIcon.vue",
|
|
|
|
"./pencil": "./src/pencil/PencilIcon.vue",
|
|
|
|
"./plus": "./src/plus/PlusIcon.vue",
|
|
|
|
"./refresh": "./src/refresh/RefreshIcon.vue",
|
|
|
|
"./search": "./src/search/SearchIcon.vue",
|
|
|
|
"./searchminus": "./src/searchminus/SearchMinusIcon.vue",
|
|
|
|
"./searchplus": "./src/searchplus/SearchPlusIcon.vue",
|
|
|
|
"./sortalt": "./src/sortalt/SortAltIcon.vue",
|
|
|
|
"./sortamountdown": "./src/sortamountdown/SortAmountDownIcon.vue",
|
|
|
|
"./sortamountupalt": "./src/sortamountupalt/SortAmountUpAltIcon.vue",
|
|
|
|
"./spinner": "./src/spinner/SpinnerIcon.vue",
|
|
|
|
"./star": "./src/star/StarIcon.vue",
|
|
|
|
"./starfill": "./src/starfill/StarFillIcon.vue",
|
|
|
|
"./thlarge": "./src/thlarge/ThLargeIcon.vue",
|
|
|
|
"./times": "./src/times/TimesIcon.vue",
|
|
|
|
"./timescircle": "./src/timescircle/TimesCircleIcon.vue",
|
|
|
|
"./trash": "./src/trash/TrashIcon.vue",
|
|
|
|
"./undo": "./src/undo/UndoIcon.vue",
|
|
|
|
"./upload": "./src/upload/UploadIcon.vue",
|
|
|
|
"./windowmaximize": "./src/windowmaximize/WindowMaximizeIcon.vue",
|
|
|
|
"./windowminimize": "./src/windowminimize/WindowMinimizeIcon.vue",
|
|
|
|
"./*": "./*"
|
2024-06-11 12:21:12 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
2024-11-01 05:59:02 +00:00
|
|
|
"main": "./index.mjs",
|
|
|
|
"module": "./index.mjs",
|
2024-06-11 12:21:12 +00:00
|
|
|
"types": "./index.d.ts",
|
|
|
|
"exports": {
|
2024-11-01 05:59:02 +00:00
|
|
|
".": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"import": "./index.mjs",
|
|
|
|
"default": "./index.mjs"
|
|
|
|
},
|
2024-06-11 12:21:12 +00:00
|
|
|
"./*": {
|
|
|
|
"types": "./*/index.d.ts",
|
2024-11-01 05:59:02 +00:00
|
|
|
"import": "./*/index.mjs",
|
|
|
|
"default": "./*/index.mjs"
|
2024-06-11 12:21:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"directory": "dist",
|
|
|
|
"linkDirectory": false,
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "NODE_ENV=production INPUT_DIR=src/ OUTPUT_DIR=dist/ pnpm run build:package",
|
|
|
|
"build:package": "pnpm run build:prebuild && rollup -c && pnpm run build:postbuild",
|
|
|
|
"build:prebuild": "node ./scripts/prebuild.mjs",
|
2024-06-15 06:14:31 +00:00
|
|
|
"build:postbuild": "node ./scripts/postbuild.mjs",
|
|
|
|
"dev:link": "pnpm link --global && npm link"
|
2024-06-11 12:21:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-09 09:30:23 +00:00
|
|
|
"@primeuix/utils": "catalog:",
|
2024-06-11 12:21:12 +00:00
|
|
|
"@primevue/core": "workspace:*"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.11.0"
|
|
|
|
}
|
2024-10-16 09:50:54 +00:00
|
|
|
}
|