1
1
{
2
- "name" : " sidebar-navigation-toggle-react-fontawesome" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " sidebar navigation example using react and react-fontawesome" ,
5
- "author" : " awran5 <awran5@yahoo.com>" ,
6
- "license" : " MIT" ,
7
- "keywords" : [ " react" , " fontawesome" , " sidebar" , " navigation" ],
8
- "main" : " src/index.js" ,
9
- "dependencies" : {
10
- "@fortawesome/fontawesome-svg-core" : " 1.2.26" ,
11
- "@fortawesome/free-solid-svg-icons" : " 5.12.0" ,
12
- "@fortawesome/react-fontawesome" : " 0.1.8" ,
13
- "react" : " 16.12.0" ,
14
- "react-dom" : " 16.12.0" ,
15
- "react-scripts" : " 3.3.0"
16
- },
17
- "devDependencies" : {},
18
- "scripts" : {
19
- "start" : " react-scripts start" ,
20
- "build" : " react-scripts build" ,
21
- "test" : " react-scripts test --env=jsdom" ,
22
- "eject" : " react-scripts eject"
23
- },
24
- "browserslist" : [ " >0.2%" , " not dead" , " not ie <= 11" , " not op_mini all" ]
25
- }
2
+ "name" : " sidebar-navigation-toggle-react-fontawesome" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " sidebar navigation example using react and react-fontawesome" ,
5
+ "author" : " awran5 <awran5@yahoo.com>" ,
6
+ "license" : " MIT" ,
7
+ "keywords" : [
8
+ " react" ,
9
+ " fontawesome" ,
10
+ " sidebar" ,
11
+ " navigation"
12
+ ],
13
+ "main" : " src/index.js" ,
14
+ "dependencies" : {
15
+ "@fortawesome/fontawesome-svg-core" : " 1.2.35" ,
16
+ "@fortawesome/free-solid-svg-icons" : " 5.15.3" ,
17
+ "@fortawesome/react-fontawesome" : " 0.1.14" ,
18
+ "react" : " 17.0.2" ,
19
+ "react-dom" : " 17.0.2" ,
20
+ "react-scripts" : " 4.0.3"
21
+ },
22
+ "devDependencies" : {},
23
+ "scripts" : {
24
+ "start" : " react-scripts start" ,
25
+ "build" : " react-scripts build" ,
26
+ "test" : " react-scripts test --env=jsdom" ,
27
+ "eject" : " react-scripts eject"
28
+ },
29
+ "browserslist" : [
30
+ " >0.2%" ,
31
+ " not dead" ,
32
+ " not ie <= 11" ,
33
+ " not op_mini all"
34
+ ]
35
+ }
0 commit comments