feather-icons-ts-react/package.json
2019-03-18 22:07:00 -04:00

50 lines
1.3 KiB
JSON

{
"name": "feather-icons-react",
"version": "0.3.1",
"description": "Feather Icons as a React component.",
"main": "build/index.js",
"scripts": {
"test": "npm run test",
"build": "babel src -d build",
"lint": "eslint src/**; exit 0",
"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.2.3",
"@babel/core": "^7.3.4",
"@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.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-watch": "^3.1.5",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"dependencies": {
"dompurify": "^1.0.5",
"jsdom": "^12.0.0"
}
}