mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 21:56:55 +03:00
46 lines
1.3 KiB
JSON
46 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"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "^16.14.0",
|
||
|
"react-bootstrap": "^1.6.3",
|
||
|
"react-dock": "^0.4.0",
|
||
|
"react-dom": "^16.14.0",
|
||
|
"react-icons": "^4.2.0",
|
||
|
"react-is": "^16.13.1",
|
||
|
"styled-components": "^5.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.15.5",
|
||
|
"@babel/preset-env": "^7.15.6",
|
||
|
"@babel/preset-react": "^7.14.5",
|
||
|
"@babel/preset-typescript": "^7.15.0",
|
||
|
"@types/node": "^14.17.17",
|
||
|
"@types/react": "^16.14.15",
|
||
|
"@types/react-dom": "^16.9.14",
|
||
|
"@types/styled-components": "^5.1.14",
|
||
|
"@types/webpack": "^5.28.0",
|
||
|
"@types/webpack-dev-server": "^4.1.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
||
|
"@typescript-eslint/parser": "^4.31.2",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"eslint": "^7.32.0",
|
||
|
"eslint-config-prettier": "^8.3.0",
|
||
|
"eslint-plugin-react": "^7.25.3",
|
||
|
"fork-ts-checker-webpack-plugin": "^6.3.3",
|
||
|
"html-webpack-plugin": "^5.3.2",
|
||
|
"ts-node": "^10.2.1",
|
||
|
"typescript": "~4.3.5",
|
||
|
"webpack": "^5.53.0",
|
||
|
"webpack-cli": "^4.8.0",
|
||
|
"webpack-dev-server": "^4.2.1"
|
||
|
}
|
||
|
}
|