@sanity/icons
Version:
The Sanity icons.
150 lines (149 loc) • 3.9 kB
JSON
{
"name": "@sanity/icons",
"version": "3.7.4",
"description": "The Sanity icons.",
"keywords": [
"sanity",
"ui",
"icons"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/icons.git"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "run-s clean generate pkg:build pkg:check",
"clean": "rimraf .workshop dist",
"commit": "cz",
"dev": "pnpm workshop:dev",
"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts && pnpm format",
"lint": "oxlint",
"pkg:build": "pkg build --strict",
"pkg:check": "pkg --strict",
"pkg:watch": "pkg watch --strict",
"prepare": "husky install",
"prepublishOnly": "pnpm build",
"release": "semantic-release",
"test": "jest",
"ts:check": "tsc",
"workshop:build": "workshop build",
"workshop:dev": "workshop dev"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"prettier --cache --write",
"oxlint --fix --quiet"
],
"*": [
"prettier --write --cache --ignore-unknown"
]
},
"browserslist": "extends @sanity/browserslist-config",
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"extends": "@sanity/semantic-release-preset"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@sanity/browserslist-config": "^1.0.5",
"@sanity/pkg-utils": "^7.8.2",
"@sanity/prettier-config": "^1.0.5",
"@sanity/semantic-release-preset": "^5.0.0",
"@sanity/ui": "^2.16.2",
"@sanity/ui-workshop": "^2.1.5",
"@svgr/core": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.13.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"camelcase": "^8.0.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.25.5",
"esbuild-register": "^3.6.0",
"globby": "^14.1.0",
"husky": "^8.0.3",
"jest": "^30.0.2",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^30.0.2",
"lint-staged": "^15.4.3",
"mkdirp": "^3.0.1",
"module-alias": "^2.2.3",
"npm-run-all2": "^8.0.4",
"oxlint": "^1.2.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-is": "^19.1.0",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.5",
"typescript": "5.8.3"
},
"peerDependencies": {
"react": "^18.3 || ^19.0.0-0"
},
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
},
"esm.sh": {
"bundle": false
}
}