react-game-icons
Version:
React SVG elements for game-icons.net collection of icons
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "react-game-icons",
"version": "1.1.0",
"description": "React SVG elements for game-icons.net collection of icons",
"main": "dist/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auropsoft/react-game-icons.git"
},
"keywords": [
"reactjs",
"icons",
"game"
],
"author": "Kevin Sijbers",
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/auropsoft/react-game-icons/issues"
},
"homepage": "https://github.com/auropsoft/react-game-icons#readme",
"dependencies": {
"react": "^16.10.2",
"webpack": "^4.41.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"webpack-cli": "^3.3.9",
"extract-text-webpack-plugin": "^3.0.2",
"typescript": "^3.6.3"
}
}