@sanity/icons
Version:
The Sanity icons.
157 lines (156 loc) • 4.23 kB
JSON
{
"name": "@sanity/icons",
"version": "3.7.0",
"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",
"src"
],
"scripts": {
"build": "run-s clean generate pkg:build pkg:check",
"clean": "rimraf .workshop dist",
"commit": "cz",
"dev": "run-p workshop:dev",
"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",
"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": {
"*": [
"prettier --write --cache --ignore-unknown"
]
},
"browserslist": "extends @sanity/browserslist-config",
"prettier": "@sanity/prettier-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.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@sanity/pkg-utils": "^7.0.4",
"@sanity/prettier-config": "^1.0.3",
"@sanity/semantic-release-preset": "^5.0.0",
"@sanity/ui": "^2.13.0",
"@sanity/ui-workshop": "^2.0.27",
"@svgr/core": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"babel-plugin-react-compiler": "beta",
"camelcase": "^8.0.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.25.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "beta",
"eslint-plugin-react-hooks": "^5.1.0",
"globby": "^14.1.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.4.3",
"mkdirp": "^3.0.1",
"module-alias": "^2.2.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.1",
"react": "^19.0.0",
"react-compiler-runtime": "beta",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.2",
"styled-components": "^6.1.15",
"typescript": "5.7.3"
},
"peerDependencies": {
"react": "^18.3 || ^19.0.0-0"
},
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"esm.sh": {
"bundle": false
},
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}
}