mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
36 lines
872 B
JSON
36 lines
872 B
JSON
{
|
|
"name": "todolist-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.2.0",
|
|
"@material-ui/icons": "^3.0.1",
|
|
"@redux-offline/redux-offline": "^2.4.0",
|
|
"http-proxy-middleware": "^0.19.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-loadable": "^5.5.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "2.0.4",
|
|
"react-spring": "^5.9.2",
|
|
"redux": "^4.0.0",
|
|
"redux-form": "^7.4.2",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|