UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

68 lines 1.92 kB
{ "name": "@kurone-kito/launchpad-icons-react", "version": "0.15.0", "description": "the icons like the VRChat icons for Node.js ecosystem with the React", "keywords": [ "components", "icons", "launchpad", "launchPad icons", "library", "react", "svg", "vector", "vrchat", "vrc icons" ], "homepage": "https://github.com/kurone-kito/launchpad-icons#readme", "bugs": "https://github.com/kurone-kito/launchpad-icons/issues", "repository": { "type": "git", "url": "https://github.com/kurone-kito/launchpad-icons.git", "directory": "nodePackages/react" }, "license": "MIT", "author": "kurone-kito <krone@kit.black> (https://kit.black/)", "type": "module", "main": "dist/index.mjs", "types": "dist/index.d.mts", "files": [ "dist" ], "devDependencies": { "@kurone-kito/typescript-config": "^0.21.0", "@testing-library/react": "^16.3.0", "@types/react": "^18.3.19", "@vitejs/plugin-react": "^4.7.0", "cpy-cli": "^6.0.0", "jsdom": "^27.0.0", "react": "^18.3.1", "rimraf": "^6.0.1", "typedoc": "^0.28.13", "typedoc-plugin-markdown": "~4.9.0", "typescript": "~5.9.3", "vitest": "^3.2.4", "@kurone-kito/launchpad-icons-builder": "^0.15.0" }, "peerDependencies": { "react": "^18.3.1" }, "engines": { "node": "^20.11 || ^22 || >=24" }, "publishConfig": { "access": "public" }, "scripts": { "prebuild": "pnpm run \"/^prebuild:.+/\"", "build": "pnpm run \"/^build:.+/\"", "build:jsdoc": "rimraf docs && typedoc", "build:ts": "tsc", "clean": "rimraf -g \"*.tgz\" \"*.tsbuildinfo\" dist generated-src LICENSE node_modules/.cache", "prebuild:code": "liBuilder react", "prebuild:license": "cpy --flat ../../LICENSE . && cpy --flat ../../LICENSE.*.txt .", "prestart": "pnpm run prebuild", "start": "tsc -w", "test": "vitest run" } }