38 lines
879 B
JSON
38 lines
879 B
JSON
{
|
|
"name": "todo-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://localhost:3000",
|
|
"dependencies": {
|
|
"ajv": "^6.5.4",
|
|
"axios": "^0.18.0",
|
|
"font-awesome": "^4.7.0",
|
|
"immutability-helper": "^2.8.1",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-redux": "^5.0.7",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "2.0.4",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^0.83.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|