-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
114 lines (114 loc) · 3.54 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
{
"name": "cartes",
"license": "AGPL-3.0-or-later",
"version": "0.4.0",
"author": "Maël THOMAS-QUILLÉVÉRÉ <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/cartesapp/cartes.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.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-import-assertions": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@types/react": "18.3.11",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.2.1",
"babel-plugin-styled-components": "^2.1.4",
"csv-loader": "^3.0.5",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"typescript": "^5.6.3",
"yaml-loader": "^0.8.1"
},
"dependencies": {
"@adobe/css-tools": "^4.4.0",
"@atproto/api": "^0.13.12",
"@babel/runtime": "^7.25.9",
"@dwayneparton/geojson-to-gpx": "^0.2.0",
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "^2.0.0",
"@mdx-js/loader": "^3.1.0",
"@next/eslint-plugin-next": "^15.0.0",
"@next/mdx": "^15.0.0",
"@openstreetmap/id-tagging-schema": "^6.8.1",
"@opentelemetry/api": "^1.9.0",
"@panoramax/web-viewer": "^3.1.1",
"@react-aria/utils": "^3.25.3",
"@turf/bbox": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/bearing": "^7.1.0",
"@turf/bezier-spline": "^7.1.0",
"@turf/boolean-contains": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/length": "^7.1.0",
"@turf/turf": "^7.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/edge": "^1.1.2",
"@vercel/og": "^0.6.3",
"babel-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025",
"babel-plugin-webpack-alias": "^2.1.2",
"contentlayer2": "^0.5.1",
"date-fns": "^4.1.0",
"eslint-config-next": "^15.0.0",
"framer-motion": "12.0.0-alpha.1",
"fuse.js": "^7.0.0",
"geo-coordinates-parser": "^1.7.4",
"gray-matter": "^4.0.3",
"jsdom": "^25.0.1",
"maplibre-gl": "v5.0.0-pre.7",
"next": "15.0.3",
"next-contentlayer2": "0.5.1",
"next-mdx-remote": "^5.0.0",
"opening_hours": "^3.8.0",
"openmoji": "^15.0.0",
"osmtogeojson": "^3.0.0-beta.5",
"pmtiles": "^3.2.0",
"process": "^0.11.10",
"rbush": "^4.0.1",
"react": "^19.0.0-rc-45804af1-20241021",
"react-dom": "^19.0.0-rc-45804af1-20241021",
"react-highlight-words": "^0.20.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-footnotes": "^5.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"remark-toc": "^9.0.0",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"string-replace-to-array": "^2.1.1",
"styled-components": "^6.1.13",
"suncalc": "^1.9.0",
"svg-path-parser": "^1.1.0",
"swr": "^2.2.5",
"usehooks-ts": "^3.1.0"
}
}