2018-12-22 17:20:04 +03:00
|
|
|
{
|
2020-08-01 06:51:44 +03:00
|
|
|
"name": "slider-todomvc",
|
2021-03-06 16:57:19 +03:00
|
|
|
"version": "0.1.0",
|
2018-12-22 17:20:04 +03:00
|
|
|
"description": "TodoMVC example for redux",
|
2020-09-10 18:45:02 +03:00
|
|
|
"license": "MIT",
|
2018-12-22 17:20:04 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-10 19:37:19 +03:00
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
2018-12-22 17:20:04 +03:00
|
|
|
},
|
2020-09-10 18:45:02 +03:00
|
|
|
"scripts": {
|
|
|
|
"start": "webpack-dev-server",
|
|
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
"type-check:watch": "npm run type-check -- --watch"
|
|
|
|
},
|
2020-08-01 06:51:44 +03:00
|
|
|
"dependencies": {
|
2021-03-06 16:57:19 +03:00
|
|
|
"@redux-devtools/core": "^3.8.0",
|
|
|
|
"@redux-devtools/dock-monitor": "^1.3.0",
|
|
|
|
"@redux-devtools/log-monitor": "^2.2.0",
|
|
|
|
"@redux-devtools/slider-monitor": "^2.0.0-6",
|
2020-09-10 17:10:53 +03:00
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-09-10 18:45:02 +03:00
|
|
|
"react-hot-loader": "^4.12.21",
|
2020-08-09 07:55:00 +03:00
|
|
|
"react-redux": "^7.2.1",
|
2020-09-10 17:10:53 +03:00
|
|
|
"redux": "^4.0.5",
|
|
|
|
"todomvc-app-css": "^2.3.0"
|
2020-09-10 18:45:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/classnames": "^2.2.10",
|
|
|
|
"@types/react": "^16.9.46",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
"@types/react-redux": "^7.1.9"
|
|
|
|
},
|
|
|
|
"private": true
|
2018-12-22 17:20:04 +03:00
|
|
|
}
|