@piste-icons/react
Version:
React components for ski trail difficulty symbols
63 lines (62 loc) • 1.67 kB
JSON
{
"name": "@piste-icons/react",
"version": "2.0.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.5",
"@kirkeaton/tsconfig": "2.1.0",
"@piste-icons/svg": "1.5.0",
"@svgr/cli": "8.1.0",
"@types/react": "19.2.7",
"prettier": "3.7.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"typescript": "5.9.3"
},
"engines": {
"node": ">=20"
},
"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",
"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": "npm run clean && npm run generate && tsc",
"clean": "find src -type f ! -name 'constants.ts' -exec rm {} \\; && rm -rf dist",
"format": "prettier \"**/*.{cjs,json,md,ts,tsx}\" --write",
"generate": "svgr --config-file .svgrrc.cjs node_modules/@piste-icons/svg",
"lint": "prettier \"**/*.{cjs,json,md,ts,tsx}\" --check",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"type": "module"
}