mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
37 lines
987 B
JSON
37 lines
987 B
JSON
{
|
|
"name": "todolist-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^1.1.0",
|
|
"@material-ui/icons": "^1.1.0",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "1.1.4",
|
|
"react-spring": "^5.3.7",
|
|
"redux": "^4.0.0",
|
|
"redux-form": "^7.3.0",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:4000",
|
|
"devDependencies": {
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-jest": "^21.17.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"prettier-eslint": "^8.8.1"
|
|
}
|
|
}
|