|
| 1 | +{ |
| 2 | + "name": "kendo-redux-timetravel-editing", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@progress/kendo-data-query": "^1.7.1", |
| 7 | + "@progress/kendo-drawing": "^1.21.2", |
| 8 | + "@progress/kendo-react-dateinputs": "^11.0.0", |
| 9 | + "@progress/kendo-react-dropdowns": "^11.0.0", |
| 10 | + "@progress/kendo-react-grid": "^11.0.0", |
| 11 | + "@progress/kendo-react-inputs": "^11.0.0", |
| 12 | + "@progress/kendo-react-intl": "^11.0.0", |
| 13 | + "@progress/kendo-react-pdf": "^11.0.0", |
| 14 | + "@progress/kendo-react-data-tools": "^11.0.0", |
| 15 | + "@progress/kendo-theme-default": "^11.0.2", |
| 16 | + "react": "^18", |
| 17 | + "react-dom": "^18", |
| 18 | + "react-redux": "^9.2.0", |
| 19 | + "react-scripts": "5.0.1", |
| 20 | + "redux": "^5.0.1", |
| 21 | + "@redux-devtools/extension": "^3.3.0", |
| 22 | + "@reduxjs/toolkit": "^2.8.2", |
| 23 | + "redux-thunk": "^3.1.0", |
| 24 | + "redux-undo": "^1.1.0", |
| 25 | + "prop-types": "15.8.1" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "start": "react-scripts start", |
| 29 | + "build": "react-scripts build", |
| 30 | + "test": "react-scripts test --env=jsdom", |
| 31 | + "eject": "react-scripts eject" |
| 32 | + } |
| 33 | +} |
0 commit comments