forked from feathericons/react-feather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-feather",
"version": "1.1.4",
"description": "React component for Feather icons",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "git submodule update --recursive --remote && node ./bin/build && babel src --out-dir dist --ignore 'src/feather' --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carmelopullara/react-feather.git"
},
"keywords": [
"react",
"icons",
"svg",
"inline",
"feather",
"design"
],
"author": "Carmelo Pullara",
"license": "MIT",
"bugs": {
"url": "https://github.com/carmelopullara/react-feather/issues"
},
"homepage": "https://github.com/carmelopullara/react-feather#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^9.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"camelcase": "^5.0.0",
"cheerio": "^1.0.0-rc.1",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.2",
"prettier": "^1.13.7",
"uppercamelcase": "^3.0.0"
},
"peerDependencies": {
"react": ">= 15",
"prop-types": ">= 15"
}
}