forked from cartesapp/cartes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
185 lines (185 loc) · 5.57 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "futur.eco",
"license": "AGPL-3.0-or-later",
"version": "2.0.0",
"author": "Maël THOMAS-QUILLÉVÉRÉ <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/laem/futureco.git"
},
"engines": {
"node": ">=18"
},
"scripts": {
"dev-gtfs": "NEXT_PUBLIC_LOCAL_GTFS_SERVER=true next dev -p 8080",
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint",
"generate-ferry-svg": "npx --yes @svgr/cli --no-svgo --ref --replace-attr-values ../1ccc23d5/megaexpressfour.png=public/megaexpressfour.png -- components/ferry/mega-express-four.svg > components/ferry/Mega.tsx"
},
"browserslist": [
"> 1% in FR",
"not ie < 11"
],
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.9.0",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/ramda": "^0.29.3",
"@types/react": "^18.0.8",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.3",
"@types/react-helmet": "^6.1.5",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.18",
"@types/styled-components": "^5.1.32",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"css-to-object": "^1.1.0",
"csv-loader": "^3.0.5",
"cypress-plugin-tab": "^1.0.5",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.29.4",
"file-loader": "^6.2.0",
"i18next-parser": "^8.4.0",
"intl-locales-supported": "^1.0.0",
"json-loader": "^0.5.7",
"mock-local-storage": "^1.1.22",
"monaco-editor-webpack-plugin": "^7.0.1",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^5.1.6",
"url-loader": "^4.1.0",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.1.4",
"workbox-webpack-plugin": "^7.0.0",
"worker-loader": "^3.0.8",
"yaml-loader": "^0.8.0"
},
"dependencies": {
"@adobe/css-tools": "^4.3.1",
"@babel/runtime": "^7.22.6",
"@mapbox/polyline": "^1.2.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^14.0.2",
"@openstreetmap/id-tagging-schema": "^6.4.1",
"@opentelemetry/api": "^1.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@rehooks/local-storage": "^2.4.4",
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/turf": "^6.5.0",
"@types/mdx": "^2.0.8",
"@vercel/analytics": "^1.1.1",
"@vercel/edge": "^1.1.1",
"@vercel/og": "^0.5.10",
"add": "^2.0.6",
"babel-plugin-webpack-alias": "^2.1.2",
"buffer": "^6.0.3",
"chrome-aws-lambda": "^10.1.0",
"color-convert": "^2.0.1",
"contentlayer": "^0.3.4",
"core-js": "^3.31.1",
"css-to-js": "^0.0.2",
"date-fns": "^2.30.0",
"dotenv": "^16.0.0",
"emoji-regex": "^10.2.1",
"eslint-config-next": "^13.5.3",
"eslint-plugin-next": "^0.0.0",
"framer-motion": "^11.0.15",
"fuse.js": "6.6.2",
"gray-matter": "^4.0.3",
"great-circle": "^0.2.8",
"html-webpack-plugin": "^5.5.0",
"i18next": "^23.4.2",
"iframe-resizer": "^4.3.2",
"imports-loader": "^4.0.1",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^22.1.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"maplibre-gl": "4.1.3",
"markdown-to-jsx": "^7.3.2",
"mini-css-extract-plugin": "^2.6.0",
"moo": "^0.5.0",
"next": "^14.0.4",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^4.4.1",
"opening_hours": "^3.8.0",
"openmoji": "^15.0.0",
"osmtogeojson": "^3.0.0-beta.5",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"publicodes": "1.0.0-rc.7",
"puppeteer-core": "^21.0.1",
"qrcode.react": "^3.0.1",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-color": "^2.14.0",
"react-dom": "^18.2.0",
"react-helmet": "6.1.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^13.0.3",
"react-leaflet": "^4.2.1",
"react-modal-sheet": "^2.2.0",
"react-monaco-editor": "^0.54.0",
"react-number-format": "^5.2.2",
"react-redux": "^8.1.2",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.14.1",
"react-signature-pad-wrapper": "^3.1.3",
"react-transition-group": "^4.4.2",
"react-useportal": "^1.0.16",
"reduce-reducers": "^1.0.4",
"redux": "^4.2.1",
"redux-thunk": "^2.4.1",
"regenerator-runtime": "^0.14.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-footnotes": "^4.0.1",
"remark-frontmatter": "^4.0.1",
"remark-html": "^16.0.1",
"remark-mdx-frontmatter": "^3.0.0",
"remark-toc": "^9.0.0",
"reselect": "^4.1.8",
"string-replace-to-array": "^2.1.0",
"styled-components": "^6.1.1",
"suncalc": "^1.9.0",
"svg-path-parser": "^1.1.0",
"svgmoji": "^3.2.0",
"swr": "^2.2.0",
"tinygradient": "^1.1.5",
"use-sound": "^4.0.1",
"usehooks-ts": "^2.14.0",
"webpack-dev-server": "^4.15.1",
"whatwg-fetch": "^3.6.2",
"y-webrtc": "^10.2.3",
"yaml": "^2.0.1",
"yarn": "^1.22.10",
"yjs": "^13.5.35"
}
}