forked from FortAwesome/react-fontawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.0.9",
"main": "index.js",
"homepage": "https://github.com/FortAwesome/react-fontawesome",
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/react-fontawesome.git"
},
"contributors": [
"Travis Chase <travis@fontawesome.com>",
"Rob Madole <rob@fontawesome.com>"
],
"license": "MIT",
"scripts": {
"build": "rollup -c rollup.config.js",
"dist": "NODE_ENV=production npm run build",
"test": "jest"
},
"peerDependencies": {
"@fortawesome/fontawesome": ">=0.0.18",
"prop-types": "^15.5.10",
"react": "^16.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome": "0.0.18",
"babel-jest": "^21.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"jest": "^21.0.1",
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-test-renderer": "16.0.0",
"rollup": "0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"humps": "^2.0.1"
}
}