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

41 lines
903 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-09-16 02:02:15 +00:00
"axios": "^0.18.1",
2019-08-04 01:28:31 +00:00
"github-markdown-css": "^3.0.1",
2019-10-06 00:45:38 +00:00
"react": "^16.10.2",
"react-dom": "^16.10.2",
2019-09-16 02:02:15 +00:00
"react-markdown": "^4.2.2",
2019-10-19 19:46:39 +00:00
"react-mde": "^7.6.2",
2019-09-16 02:02:15 +00:00
"react-redux": "^7.1.1",
2019-10-06 00:45:38 +00:00
"react-router-dom": "^5.1.2",
2020-01-19 05:14:31 +00:00
"react-scripts": "^3.3.0",
2019-09-16 02:02:15 +00:00
"redux": "^4.0.4",
2019-05-16 14:35:25 +00:00
"redux-thunk": "^2.3.0",
2019-10-19 19:46:39 +00:00
"universal-cookie": "^4.0.2"
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"
]
}
}