|
2 | 2 | "name": "slickgrid-react-demo", |
3 | 3 | "private": true, |
4 | 4 | "version": "9.1.0", |
5 | | - "description": "Slickgrid components made available in React", |
| 5 | + "description": "Slickgrid-React demo", |
6 | 6 | "keywords": [ |
7 | 7 | "react", |
8 | 8 | "datagrid", |
9 | 9 | "datatable", |
10 | 10 | "plugin", |
11 | 11 | "slickgrid" |
12 | 12 | ], |
13 | | - "module": "./dist/esm/index.js", |
14 | | - "types": "./dist/types/index.d.ts", |
15 | | - "exports": { |
16 | | - ".": { |
17 | | - "types": "./dist/types/index.d.ts", |
18 | | - "import": "./dist/esm/index.js" |
19 | | - }, |
20 | | - "./package.json": "./package.json" |
21 | | - }, |
22 | | - "homepage": "https://github.com/ghiscoding/slickgrid-react", |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/ghiscoding/slickgrid-react/issues" |
25 | | - }, |
26 | | - "repository": { |
27 | | - "type": "git", |
28 | | - "url": "git+https://github.com/ghiscoding/slickgrid-react.git" |
29 | | - }, |
30 | 13 | "license": "MIT", |
31 | 14 | "author": "Ghislain B.", |
32 | 15 | "scripts": { |
|
41 | 24 | "> 1%", |
42 | 25 | "not dead" |
43 | 26 | ], |
44 | | - "files": [ |
45 | | - "/dist", |
46 | | - "/src/slickgrid-react" |
47 | | - ], |
48 | 27 | "dependencies": { |
49 | 28 | "@slickgrid-universal/common": "workspace:*", |
50 | 29 | "@slickgrid-universal/composite-editor-component": "workspace:*", |
|
65 | 44 | "react": "^19.1.0", |
66 | 45 | "react-dom": "^19.1.0", |
67 | 46 | "react-i18next": "^15.5.2", |
| 47 | + "react-router-dom": "^7.6.2", |
68 | 48 | "slickgrid-react": "workspace:*" |
69 | 49 | }, |
70 | 50 | "peerDependencies": { |
|
81 | 61 | "@types/react": "^19.1.6", |
82 | 62 | "@types/react-dom": "^19.1.5", |
83 | 63 | "@types/sortablejs": "catalog:", |
84 | | - "@types/text-encoding-utf-8": "^1.0.5", |
85 | | - "@vitejs/plugin-react": "^4.5.0", |
| 64 | + "@vitejs/plugin-react": "^4.5.1", |
86 | 65 | "cross-env": "catalog:", |
87 | 66 | "globals": "catalog:", |
88 | | - "react-router-dom": "^7.6.1", |
89 | 67 | "regenerator-runtime": "^0.14.1", |
90 | 68 | "rxjs": "catalog:", |
91 | 69 | "sass": "catalog:", |
92 | 70 | "typescript": "catalog:", |
93 | 71 | "vite": "catalog:", |
94 | | - "vite-plugin-svgr": "^4.3.0", |
95 | | - "vite-tsconfig-paths": "^5.1.4" |
| 72 | + "vite-tsconfig-paths": "catalog:" |
96 | 73 | } |
97 | 74 | } |
0 commit comments