via-icons/package.json

102 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "via-icons",
2024-08-20 18:09:36 -06:00
"version": "1.0.15",
"description": "Icon library for via-asesores systems",
"author": "guatemala@via-asesores.com",
"contributors": [
"jmaritar <jorge.arita@via-asesores.com>"
],
"repository": {
"type": "git",
"url": "https://git.via-asesores.com/jmaritar/via-icons.git"
},
"license": "ISC",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"exports": {
2024-08-07 20:27:38 -06:00
"./fa": {
"require": {
"import": "./dist/fa/index.js",
"types": "./dist/fa/index.d.ts"
},
"import": {
"import": "./dist/fa/index.js",
"types": "./dist/fa/index.d.ts"
}
},
"./fc": {
2024-08-07 20:27:38 -06:00
"require": {
"import": "./dist/fc/index.js",
"types": "./dist/fc/index.d.ts"
},
"import": {
"import": "./dist/fc/index.js",
"types": "./dist/fc/index.d.ts"
}
},
"./hi": {
2024-08-07 20:27:38 -06:00
"require": {
"import": "./dist/hi/index.js",
"types": "./dist/hi/index.d.ts"
},
"import": {
"import": "./dist/hi/index.js",
"types": "./dist/hi/index.d.ts"
}
},
2024-08-20 18:09:36 -06:00
"./hi/outline": {
2024-08-07 20:27:38 -06:00
"require": {
2024-08-20 18:09:36 -06:00
"import": "./dist/hi/outline/index.js",
"types": "./dist/hi/outline/index.d.ts"
2024-08-07 20:27:38 -06:00
},
"import": {
2024-08-20 18:09:36 -06:00
"import": "./dist/hi/outline/index.js",
"types": "./dist/hi/outline/index.d.ts"
2024-08-07 20:27:38 -06:00
}
},
2024-08-20 18:09:36 -06:00
"./hi/solid": {
2024-08-07 20:27:38 -06:00
"require": {
2024-08-20 18:09:36 -06:00
"import": "./dist/hi/solid/index.js",
"types": "./dist/hi/solid/index.d.ts"
2024-08-07 20:27:38 -06:00
},
"import": {
2024-08-20 18:09:36 -06:00
"import": "./dist/hi/solid/index.js",
"types": "./dist/hi/solid/index.d.ts"
2024-08-07 20:27:38 -06:00
}
},
2024-08-07 20:27:38 -06:00
"./rx": {
"require": {
"import": "./dist/rx/index.js",
"types": "./dist/rx/index.d.ts"
},
"import": {
"import": "./dist/rx/index.js",
"types": "./dist/rx/index.d.ts"
}
},
2024-08-07 20:27:38 -06:00
"./tfi": {
"require": {
"import": "./dist/tfi/index.js",
"types": "./dist/tfi/index.d.ts"
},
"import": {
"import": "./dist/tfi/index.js",
"types": "./dist/tfi/index.d.ts"
}
}
},
"scripts": {
2024-07-28 22:55:15 -06:00
"generate-icons": "node scripts/generateIcons.js",
2024-08-20 16:55:23 -06:00
"preBuild": "rimraf dist",
"build": "rollup -c",
"deploy": "pnpm preBuild && pnpm build && git add . && yarn version --patch && git push origin main && git push origin main --tags"
},
"peerDependencies": {
2024-08-20 16:55:23 -06:00
"react": "^18",
"react-dom": "^18"
}
}