2018-04-23 00:43:17 +00:00
|
|
|
{
|
|
|
|
"name": "react-website",
|
2018-05-18 08:54:42 +00:00
|
|
|
"version": "0.1.9",
|
2018-04-23 00:43:17 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-05-16 00:12:23 +00:00
|
|
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
|
|
"@fortawesome/fontawesome-free-solid": "^5.0.13",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.0.19",
|
2018-05-08 04:39:08 +00:00
|
|
|
"prop-types": "^15.6.1",
|
2018-04-23 00:43:17 +00:00
|
|
|
"react": "^16.3.2",
|
|
|
|
"react-dom": "^16.3.2",
|
2018-05-01 04:14:53 +00:00
|
|
|
"react-responsive-navbar": "^1.0.11",
|
2018-05-02 03:20:32 +00:00
|
|
|
"react-router-dom": "^4.2.2",
|
2018-04-23 00:43:17 +00:00
|
|
|
"react-scripts": "1.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
2018-04-23 19:49:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-02 05:37:47 +00:00
|
|
|
"csslint": "^1.0.5",
|
2018-05-01 04:14:53 +00:00
|
|
|
"standard": "^11.0.1"
|
2018-04-23 00:43:17 +00:00
|
|
|
}
|
2018-04-23 19:49:42 +00:00
|
|
|
}
|