@piste-icons/react
Version:
React components for ski trail difficulty symbols
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "@piste-icons/react",
"version": "1.5.1",
"description": "React components for ski trail difficulty symbols",
"author": "Kirk Eaton <contact@kirkeaton.ca>",
"bugs": {
"url": "https://github.com/piste-icons/piste-icons-react/issues"
},
"devDependencies": {
"@kirkeaton/prettier-config": "1.0.4",
"@kirkeaton/semantic-release-config": "1.0.3",
"@kirkeaton/tsconfig": "1.0.1",
"@piste-icons/svg": "1.4.1",
"@svgr/cli": "8.1.0",
"@types/react": "19.0.8",
"prettier": "3.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"semantic-release": "24.2.2",
"typescript": "5.7.3"
},
"engines": {
"node": ">=18"
},
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"funding": "https://kirkeaton.ca/sponsor",
"homepage": "https://github.com/piste-icons/piste-icons-react#readme",
"keywords": [
"piste",
"ski",
"trail",
"difficulty",
"icons",
"react"
],
"license": "BSD-3-Clause",
"packageManager": "pnpm@10.4.0",
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piste-icons/piste-icons-react.git"
},
"scripts": {
"build": "pnpm clean && pnpm generate && tsc",
"clean": "find src -type f ! -name 'constants.ts' -exec rm {} \\; && rm -rf dist",
"generate": "pnpm svgr --config-file .svgrrc.cjs node_modules/@piste-icons/svg",
"prepublishOnly": "pnpm build"
},
"type": "module"
}