mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +03:00
ef374287be
* fix(deps): update all non-major dependencies * Changes Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "react-dock-demo",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack serve --open",
|
|
"build": "webpack",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^2.0.0",
|
|
"react-dock": "^0.4.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-is": "^17.0.2",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/node": "^14.17.29",
|
|
"@types/react": "^17.0.32",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@types/styled-components": "^5.1.15",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
|
"html-webpack-plugin": "^5.4.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "~4.4.4",
|
|
"webpack": "^5.59.1",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.3.1"
|
|
}
|
|
}
|