-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
126 lines (126 loc) · 3.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "osrd",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@nivo/tooltip": "^0.79.0",
"@redux-devtools/extension": "^3.2.3",
"@rjsf/core": "^4.2.3",
"@sentry/browser": "^7.15.0",
"@sentry/react": "^7.15.0",
"@sentry/tracing": "^7.15.0",
"@sncf/bootstrap-sncf.metier.reseau": "^4.3.1-r6-beta2",
"@turf/along": "^6.5.0",
"@turf/bbox": "^6.0.1",
"@turf/bbox-clip": "^6.3.0",
"@turf/bearing": "^6.5.0",
"@turf/bezier-spline": "^6.5.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-point-in-polygon": "^6.3.0",
"@turf/combine": "^6.5.0",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.3.0",
"@turf/length": "^6.5.0",
"@turf/line-intersect": "^6.3.0",
"@turf/line-slice": "^6.5.0",
"@turf/line-slice-along": "^6.5.0",
"@turf/line-split": "^6.5.0",
"@turf/nearest-point": "^6.3.0",
"@turf/nearest-point-on-line": "^6.3.0",
"@turf/transform-translate": "^6.5.0",
"axios": "^0.27.2",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
"d3": "^5.16.0",
"d3-brush": "^3.0.0",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"fast-json-patch": "^3.1.1",
"geojson": "^0.5.0",
"history": "^5.3.0",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-xhr-backend": "^3.2.2",
"immer": "^9.0.15",
"js-sha256": "^0.9.0",
"json-schema": "^0.4.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.15",
"mapbox-gl": "1.13.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-flatpickr": "^3.10.13",
"react-i18next": "^11.18.6",
"react-icons": "^4.4.0",
"react-id-generator": "^3.0.0",
"react-map-gl": "^5.3.11",
"react-modal": "^3.15.1",
"react-redux": "^8.0.4",
"react-rnd": "^10.3.7",
"react-router-dom": "^6.4.2",
"react-scripts": "^4.0.3",
"react-select": "^5.4.0",
"react-transition-group": "^4.4.5",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-persist-transform-compress": "^4.2.0",
"redux-persist-transform-filter": "0.0.20",
"redux-thunk": "^2.3.0",
"reselect": "^4.1.6",
"sass": "^1.55.0",
"tslib": "^2.4.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@testing-library/dom": "^7.21.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/chroma-js": "^2.1.4",
"@types/d3": "^7.4.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.186",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-transition-group": "^4.4.5",
"@types/uuid": "^8.3.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "~4.4.2",
"web-vitals": "^2.1.0"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"@types/react": "17.0.30"
},
"scripts": {
"compile": "tsc -b",
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint-ts": "eslint --ext .ts,.tsx src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}