feather-icons-ts-react/package.json
2021-02-02 20:05:16 -05:00

47 lines
1.2 KiB
JSON

{
"name": "feather-icons-react",
"version": "0.4.2",
"description": "Feather Icons as a React component.",
"main": "build/index.js",
"scripts": {
"test": "npm run test",
"build": "npm run lint && babel src -d build",
"lint": "eslint src",
"lint:watch": "esw -w lib/**",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianmiller347/feather-icons-react.git"
},
"keywords": [
"feather",
"icons",
"react",
"svg"
],
"author": "Ian J. Miller",
"license": "ISC",
"bugs": {
"url": "https://github.com/ianmiller347/feather-icons-react/issues"
},
"homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-watch": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"dependencies": {}
}