-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "@ntag/react-fontawesome",
"version": "1.8.0",
"description": "Font Awesome 5 React component, improved, splitting icons in individual pieces that can be colored",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"transpile": "babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTag/react-fontawesome.git"
},
"keywords": [
"fontawesome",
"react",
"font-awesome",
"font",
"awesome",
"color",
"colors",
"colored",
"pieces"
],
"author": "Basile Bruneau <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NTag/react-fontawesome/issues"
},
"homepage": "https://github.com/NTag/react-fontawesome#readme",
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.3",
"snapsvg-cjs": "0.0.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1"
},
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x"
}
}