|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 | 6 | "@ag-media/react-pdf-table": "^1.0.1",
|
7 |
| - "@hookform/resolvers": "^3.3.4", |
8 |
| - "@nivo/annotations": "^0.80.0", |
9 | 7 | "@nivo/core": "^0.80.0",
|
10 | 8 | "@nivo/line": "^0.80.0",
|
11 |
| - "@nivo/tooltip": "^0.80.0", |
12 | 9 | "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
|
13 | 10 | "@osrd-project/netzgrafik-frontend": "0.0.0-snapshot.1f2fe60f93abd5fafa86e67aacbcc6eeae7dc0b5",
|
14 | 11 | "@osrd-project/ui-core": "^0.0.40",
|
|
48 | 45 | "@turf/simplify": "^6.5.0",
|
49 | 46 | "@turf/transform-translate": "^6.5.0",
|
50 | 47 | "@types/vinyl-fs": "^3.0.5",
|
51 |
| - "@vitejs/plugin-react-swc": "^3.6.0", |
52 |
| - "@vitest/coverage-v8": "^1.2.2", |
53 | 48 | "ajv": "^8.12.0",
|
54 | 49 | "ajv-errors": "^3.0.0",
|
55 | 50 | "ajv-formats": "^2.1.1",
|
56 | 51 | "ajv-i18n": "^4.2.0",
|
57 |
| - "are-we-there-yet": "^4.0.2", |
58 |
| - "babel-loader": "9.1.3", |
59 | 52 | "chroma-js": "^2.4.2",
|
60 | 53 | "classnames": "^2.5.1",
|
61 | 54 | "country-flag-icons": "^1.5.9",
|
|
75 | 68 | "i18next-xhr-backend": "^3.2.2",
|
76 | 69 | "immer": "^10.0.3",
|
77 | 70 | "js-file-download": "^0.4.12",
|
78 |
| - "js-sha256": "^0.11.0", |
79 | 71 | "json-schema": "^0.4.0",
|
80 |
| - "jwt-decode": "^4.0.0", |
81 |
| - "localforage": "^1.10.0", |
82 | 72 | "lodash": "^4.17.21",
|
83 | 73 | "maplibre-gl": "^4.0.0",
|
84 |
| - "match-sorter": "^6.3.3", |
85 | 74 | "openapi-typescript-codegen": "^0.27.0",
|
86 | 75 | "party-js": "^2.2.0",
|
87 | 76 | "prop-types": "^15.8.1",
|
|
91 | 80 | "react-countdown": "^2.3.5",
|
92 | 81 | "react-datasheet-grid": "^4.11.4",
|
93 | 82 | "react-dom": "^18.2.0",
|
94 |
| - "react-flatpickr": "^3.10.13", |
95 |
| - "react-hook-form": "^7.50.0", |
96 | 83 | "react-i18next": "^14.0.3",
|
97 | 84 | "react-icons": "^5.0.1",
|
98 | 85 | "react-id-generator": "^3.0.2",
|
|
110 | 97 | "redux-persist": "^6.0.0",
|
111 | 98 | "redux-persist-transform-compress": "^4.2.0",
|
112 | 99 | "redux-persist-transform-filter": "0.0.22",
|
113 |
| - "redux-thunk": "^3.1.0", |
114 | 100 | "remark-gfm": "^4.0.0",
|
115 | 101 | "reselect": "^5.1.0",
|
116 | 102 | "sass": "^1.70.0",
|
117 | 103 | "sass-loader": "^14.1.0",
|
118 |
| - "scheduler": "^0.23.0", |
119 |
| - "sort-by": "^1.2.0", |
120 |
| - "ts-node": "^10.9.2", |
121 | 104 | "tslib": "^2.6.2",
|
122 | 105 | "tsx": "^4.7.1",
|
123 | 106 | "uuid": "^9.0.1",
|
124 | 107 | "viewport-mercator-project": "^7.0.4"
|
125 | 108 | },
|
126 | 109 | "devDependencies": {
|
127 |
| - "license-checker-rseidelsohn": "^4.4.2", |
128 |
| - "@babel/core": "^7.23.9", |
129 | 110 | "@faker-js/faker": "^8.4.0",
|
130 | 111 | "@import-meta-env/prepare": "^0.1.13",
|
131 | 112 | "@import-meta-env/unplugin": "^0.5.1",
|
|
152 | 133 | "@types/react": "^18.2.53",
|
153 | 134 | "@types/react-beautiful-dnd": "^13.1.8",
|
154 | 135 | "@types/react-dom": "^18.2.18",
|
155 |
| - "@types/react-lazy-load-image-component": "^1.6.3", |
156 | 136 | "@types/react-modal": "^3.16.3",
|
157 | 137 | "@types/react-transition-group": "^4.4.10",
|
158 | 138 | "@types/tether": "^1.4.9",
|
159 | 139 | "@types/uuid": "^9.0.8",
|
160 | 140 | "@typescript-eslint/eslint-plugin": "^6.20.0",
|
161 | 141 | "@typescript-eslint/parser": "^6.20.0",
|
162 | 142 | "@vitejs/plugin-react": "^4.2.1",
|
| 143 | + "@vitejs/plugin-react-swc": "^3.6.0", |
163 | 144 | "@vitest/coverage-c8": "^0.29.8",
|
| 145 | + "@vitest/coverage-v8": "^1.2.2", |
164 | 146 | "eslint": "^8.56.0",
|
165 | 147 | "eslint-config-airbnb": "^19.0.4",
|
166 | 148 | "eslint-config-prettier": "^9.1.0",
|
|
175 | 157 | "happy-dom": "^13.3.8",
|
176 | 158 | "i18next-fs-backend": "^2.3.1",
|
177 | 159 | "json-key-path-list": "^2.0.3",
|
| 160 | + "license-checker-rseidelsohn": "^4.4.2", |
178 | 161 | "prettier": "^3.2.5",
|
179 | 162 | "storybook": "^7.6.12",
|
| 163 | + "ts-node": "^10.9.2", |
180 | 164 | "typescript": "~5.3.3",
|
181 | 165 | "vite": "^5.1.7",
|
182 | 166 | "vite-plugin-checker": "^0.6.4",
|
|
187 | 171 | "resolutions": {
|
188 | 172 | "react-error-overlay": "6.0.9",
|
189 | 173 | "@nivo/line": "^0.80.0",
|
190 |
| - "@nivo/annotations": "^0.80.0", |
191 | 174 | "@nivo/core": "^0.80.0",
|
192 | 175 | "oazapfts": "anisometropie/oazapfts#master"
|
193 | 176 | },
|
|
0 commit comments