UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

58 lines (57 loc) 1.66 kB
{ "name": "@jetbrains/logos", "version": "3.0.7", "description": "JetBrains logos and branding materials", "author": "JetBrains", "license": "SEE LICENSE IN LICENSE.txt", "main": "index.js", "files": [ "*/*.{svg,ico,png,js}", "logos.js", "react.js", "react-unique-logos-ids.js", "LICENSE.txt" ], "repository": { "type": "git", "url": "https://github.com/JetBrains/logos.git" }, "keywords": [ "jetbrains", "branding", "logos" ], "devDependencies": { "@babel/plugin-syntax-jsx": "^7.17.12", "@babel/template": "^7.16.7", "@svgr/core": "^7.0.0", "@svgr/plugin-jsx": "^5.4.0", "@svgr/plugin-prettier": "^5.4.0", "@svgr/plugin-svgo": "^7.0.0", "archiver": "^3.0.0", "archiver-promise": "^1.0.0", "bluebird": "^3.5.5", "buble": "^0.20.0", "case": "^1.6.3", "cheerio": "^1.0.0-rc.12", "commitizen": "^4.0.3", "cz-conventional-changelog": "^2.1.0", "fs-extra": "^8.0.1", "glob-all": "^3.1.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "sharp": "^0.32.6", "standard-version": "^9.5.0", "svgo": "^3.0.2" }, "scripts": { "build": "scripts/prepare.sh && npm run build:png && npm run build:react-components && npm run check", "build:assets": "node scripts/generate-assets.js", "build:png": "scripts/optimize.sh", "build:react-components": "node scripts/generate-react-components.js", "check": "node scripts/check-scripts.js", "prerelease:ci": "standard-version && npm run build", "release:ci": "git push --follow-tags origin master && cd dist/web && npm publish" }, "dependencies": {} }