UNPKG

react-devicons

Version:

React components for the svg icons of the [devicon](https://github.com/devicons/devicon) project.

35 lines 959 B
{ "name": "react-devicons", "license": "MIT", "repository": "https://github.com/devicons/react-devicons", "version": "2.16.2", "devDependencies": { "@babel/cli": "^7.18.9", "@babel/core": "^7.18.9", "@babel/plugin-syntax-jsx": "^7.18.6", "@babel/plugin-transform-parameters": "^7.18.8", "@babel/preset-react": "^7.18.6", "@octokit/core": "^4.0.4", "@types/degit": "^2.8.3", "@types/jsdom": "^16.2.15", "@types/node": "^18.0.6", "@types/react": "^18.0.15", "@types/svgo": "^2.6.3", "axios": "^0.27.2", "babel-preset-minify": "^0.5.2", "degit": "^2.8.4", "dotenv": "^16.0.1", "jsdom": "^20.0.0", "svg-to-jsx": "^1.0.4", "svgo": "^2.8.0", "ts-node": "^10.9.1", "typescript": "^4.7.4" }, "dependencies": { "react": "^18.2.0" }, "scripts": { "build": "ts-node index.ts && babel tmp/dist --out-dir dist --copy-files", "release": "ts-node publish.ts" } }