2018-04-23 00:43:17 +00:00
|
|
|
{
|
|
|
|
"name": "react-website",
|
2018-07-24 23:40:40 +00:00
|
|
|
"version": "0.3.3",
|
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-04-23 00:43:17 +00:00
|
|
|
"react": "^16.3.2",
|
|
|
|
"react-dom": "^16.3.2",
|
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-07-13 17:46:25 +00:00
|
|
|
"babel-eslint": "^8.2.6",
|
2018-05-02 05:37:47 +00:00
|
|
|
"csslint": "^1.0.5",
|
2018-07-13 17:46:25 +00:00
|
|
|
"eslint": "^5.1.0",
|
|
|
|
"eslint-config-prettier": "^2.9.0",
|
|
|
|
"eslint-config-standard": "^11.0.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.50.0",
|
|
|
|
"eslint-plugin-import": "^2.13.0",
|
|
|
|
"eslint-plugin-node": "^6.0.1",
|
|
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
|
|
"eslint-plugin-react": "^7.10.0",
|
|
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
|
|
"flow-bin": "^0.76.0",
|
2018-07-02 06:06:34 +00:00
|
|
|
"prettier": "^1.13.7"
|
2018-04-23 00:43:17 +00:00
|
|
|
}
|
2018-04-23 19:49:42 +00:00
|
|
|
}
|