Files
cloudwork-exercise/package.json
2021-09-05 02:29:03 +05:30

44 lines
1000 B
JSON

{
"name": "cloudwork-exercise",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-loader": "8.0.4",
"bootstrap": "^5.1.0",
"moment": "^2.24.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-scripts": "2.1.3",
"react-timeago": "^4.3.0",
"redux": "^4.0.1",
"redux-observable": "^1.2.0",
"rxjs": "^6.4.0",
"typesafe-actions": "^3.0.0",
"typescript": "3.2.4"
},
"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"
],
"devDependencies": {
"@types/jest": "23.3.13",
"@types/node": "10.12.18",
"@types/react": "16.7.22",
"@types/react-dom": "16.0.11",
"@types/react-redux": "^7.0.1",
"@types/react-timeago": "^4.1.0"
}
}