1
0
Fork 0
This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-js-frontend/package.json

39 lines
838 B
JSON
Raw Normal View History

2019-04-24 17:57:51 +00:00
{
"name": "sudoscientist-js-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-05-27 18:35:17 +00:00
"axios": "^0.18.0",
2019-04-24 17:57:51 +00:00
"react": "^16.8.6",
"react-dom": "^16.8.6",
2019-05-29 14:01:40 +00:00
"react-markdown": "^4.0.8",
2019-05-27 18:35:17 +00:00
"react-redux": "^7.0.3",
2019-06-22 19:42:14 +00:00
"react-router-dom": "^5.0.1",
2019-04-26 17:44:23 +00:00
"react-scripts": "3.0.0",
"redux": "^4.0.1",
2019-05-16 14:35:25 +00:00
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.87.1"
2019-04-24 17:57:51 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}