@schematichq/schematic-icons
Version:
React component library for Schematic's icon system with TypeScript support
112 lines (111 loc) • 3.4 kB
JSON
{
"name": "@schematichq/schematic-icons",
"version": "0.8.0",
"description": "React component library for Schematic's icon system with TypeScript support",
"keywords": [
"react",
"icons",
"schematic",
"typescript",
"design-system",
"icon-font",
"react-component"
],
"homepage": "https://github.com/SchematicHQ/schematic-icons#readme",
"bugs": {
"url": "https://github.com/SchematicHQ/schematic-icons/issues"
},
"license": "MIT",
"author": "Schematic <engineering@schematichq.com>",
"files": [
"dist",
"LICENSE",
"README.md"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./styles.css": "./dist/schematic-icons.css"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/SchematicHQ/schematic-icons.git"
},
"scripts": {
"add-vendor-icon": "node ./scripts/add-vendor-icon.mjs",
"build": "yarn generate && tsc",
"build:all": "yarn clean && yarn generate && yarn build",
"clean": "rimraf dist && rimraf src/types.ts",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"lint": "eslint src",
"prepare": "yarn run build",
"commit": "git-cz",
"semantic-release": "semantic-release",
"generate": "node --no-warnings --experimental-strip-types ./src/generate.ts",
"preview": "yarn generate && node ./scripts/build-preview.mjs"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"styled-components": "^6.3.12"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^10.0.3",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fantasticon": "^4.1.0",
"fs-extra": "^11.3.4",
"globals": "^17.4.0",
"potrace": "^2.1.8",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.3",
"semantic-release": "^25.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"resolutions": {
"handlebars": "4.7.9"
},
"publishConfig": {
"access": "public"
},
"sideEffects": [
"*.css"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}