|
| 1 | +{ |
| 2 | + "name": "@syncfusion/ej2-react-feature-rich-datagrid", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Essential JS 2 - Feature Rich DataGrid", |
| 5 | + "author": "Syncfusion Inc.", |
| 6 | + "license": "SEE LICENSE IN license", |
| 7 | + "scripts": { |
| 8 | + "start": "webpack-dev-server --open --mode development", |
| 9 | + "build": "webpack --mode production", |
| 10 | + "ci-publish": "gulp publish-sample" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "@types/node": "^20.4.1", |
| 14 | + "@types/react": "^18.2.14", |
| 15 | + "@types/react-dom": "^18.2.6", |
| 16 | + "@types/react-router-dom": "^5.3.3", |
| 17 | + "css-loader": "^6.8.1", |
| 18 | + "html-webpack-plugin": "^5.5.3", |
| 19 | + "mini-css-extract-plugin": "^2.7.6", |
| 20 | + "terser-webpack-plugin": "^5.3.9", |
| 21 | + "ts-loader": "^9.4.4", |
| 22 | + "typescript": "^5.1.6", |
| 23 | + "webpack": "^5.88.1", |
| 24 | + "webpack-cli": "^5.1.4", |
| 25 | + "webpack-dev-server": "^4.15.1" |
| 26 | + }, |
| 27 | + "dependencies": { |
| 28 | + "@syncfusion/ej2-react-buttons": "*", |
| 29 | + "@syncfusion/ej2-react-calendars": "*", |
| 30 | + "@syncfusion/ej2-react-dropdowns": "*", |
| 31 | + "@syncfusion/ej2-react-grids": "*", |
| 32 | + "@syncfusion/ej2-react-inputs": "*", |
| 33 | + "@syncfusion/ej2-react-lists": "*", |
| 34 | + "@syncfusion/ej2-react-navigations": "*", |
| 35 | + "@syncfusion/ej2-react-popups": "*", |
| 36 | + "@syncfusion/ej2-react-progressbar": "*", |
| 37 | + "react": "^18.2.0", |
| 38 | + "react-dom": "^18.2.0", |
| 39 | + "react-router-dom": "^6.14.1" |
| 40 | + } |
| 41 | +} |
0 commit comments