2018-04-23 00:43:17 +00:00
|
|
|
{
|
2018-10-22 05:33:40 +00:00
|
|
|
"name": "mjfs.us",
|
2019-01-27 00:30:09 +00:00
|
|
|
"version": "0.4.0",
|
2018-04-23 00:43:17 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-06-06 03:11:22 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.10",
|
|
|
|
"@types/jest": "^24.9.1",
|
|
|
|
"@types/node": "^12.12.44",
|
|
|
|
"@types/react": "^16.9.35",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
2019-09-03 01:53:03 +00:00
|
|
|
"@types/react-router-dom": "^4.3.5",
|
2020-06-06 03:11:22 +00:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-07-17 02:36:02 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-05-11 19:05:34 +00:00
|
|
|
"react-scripts": "^3.4.1",
|
2020-06-06 03:11:22 +00:00
|
|
|
"typescript": "^3.9.5"
|
2018-04-23 00:43:17 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2020-06-06 03:11:22 +00:00
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"tslint": "^5.20.1",
|
2019-09-03 01:53:03 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-11-26 18:28:01 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-04-23 19:49:42 +00:00
|
|
|
}
|