-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "feathericon-react",
"version": "0.0.1",
"description": "React Component for feathericon",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bash ./bin/script.sh",
"start": "babel src/index.js --out-dir dist --ignore 'src/svg' --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feathericon/feathericon-react.git"
},
"keywords": [
"react",
"react-component",
"feathericon",
"icon",
"svg"
],
"author": "featherplain",
"license": "MIT",
"bugs": {
"url": "https://github.com/feathericon/feathericon-react/issues"
},
"homepage": "https://github.com/feathericon/feathericon-react#readme",
"devDependencies": {
"@svgr/cli": "^2.1.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"feathericon": "^1.0.0-beta.4",
"glob": "^7.1.2",
"install": "^0.12.1",
"npm": "^6.2.0",
"prettier": "^1.13.7",
"uppercamelcase": "^3.0.0"
}
}