UNPKG

@hashicorp/flight-icons

Version:
57 lines 1.69 kB
{ "name": "@hashicorp/flight-icons", "version": "3.12.0", "description": "Flight: HashiCorp SVG icon set", "keywords": [ "hashicorp", "icon", "svg", "flight" ], "repository": { "type": "git", "url": "https://github.com/hashicorp/design-system.git", "directory": "packages/flight-icons" }, "license": "MPL-2.0", "author": "HashiCorp Design Systems <design-systems@hashicorp.com>", "devDependencies": { "@figma-export/cli": "^6.0.2", "@figma-export/core": "^6.2.0", "@figma-export/output-components-as-svg": "^6.0.1", "@figma-export/transform-svg-with-svgo": "^6.0.2", "@figma-export/types": "^6.0.0", "@figma/rest-api-spec": "^0.22.0", "@svgr/core": "^5.5.0", "@svgr/plugin-jsx": "^5.5.0", "@types/archiver": "^6.0.3", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.13", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@types/svgo": "~3.0.0", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "archiver": "^7.0.1", "chalk": "^5.4.0", "del": "^8.0.0", "dotenv": "^16.4.7", "eslint": "^8.57.1", "figma-api": "^2.0.2-beta", "fs-extra": "^11.2.0", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.4.4", "prettier": "^3.4.2", "svgo": "~1.3.2", "svgstore": "^3.0.1", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "scripts": { "typecheck": "pnpm tsc --noEmit", "lint": "pnpm eslint --quiet --ext .js,.ts,.tsx", "sync": "ts-node --transpile-only ./scripts/sync", "build": "ts-node --transpile-only ./scripts/build" } }