@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
68 lines • 1.94 kB
JSON
{
"name": "@kurone-kito/launchpad-icons-react",
"version": "0.12.0-alpha.2",
"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.18.0-alpha.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^18.3.19",
"@vitejs/plugin-react": "^4.3.4",
"cpy-cli": "^5.0.0",
"jsdom": "^26.0.0",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"typedoc": "^0.28.2",
"typedoc-plugin-markdown": "~4.6.1",
"typescript": "~5.8.3",
"vitest": "^3.1.1",
"@kurone-kito/launchpad-icons-builder": "^0.12.0-alpha.2"
},
"peerDependencies": {
"react": "^18.3.1"
},
"engines": {
"node": "^20.11 || >=22"
},
"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"
}
}