-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.63 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
{
"name": "website-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "git -C public/logbook pull || git clone https://github.com/scottyob/paragliding-logbook.git public/logbook && next build",
"next-build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-format": "prettier --config .prettierrc '**/*.tsx' --write",
"update-dynamic": "tsx lib/downloadFlights.ts",
"postinstall": "symlink-dir node_modules/cesium/Build/Cesium public/cesium"
},
"dependencies": {
"@googleapis/sheets": "^4.0.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.2",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@types/luxon": "^3.3.0",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@u-wave/react-youtube": "^0.7.4",
"autoprefixer": "10.4.14",
"buffer": "^6.0.3",
"cesium": "^1.107.2",
"encoding": "^0.1.13",
"esbuild": "^0.18.2",
"eslint": "8.40.0",
"eslint-config-next": "^13.4.5",
"fast-xml-parser": "^4.2.7",
"file-loader": "^6.2.0",
"geolib": "^3.3.4",
"geolocation-utils": "^1.2.5",
"gist-react": "^1.0.2",
"glob": "^10.2.3",
"googleapis": "^118.0.0",
"gray-matter": "^4.0.3",
"igc-parser": "^1.1.0",
"leaflet": "^1.9.4",
"luxon": "^3.3.0",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.2.1",
"markdown-to-jsx": "^7.2.0",
"mdx-bundler": "^9.2.1",
"next": "^13.4.5",
"next-mdx-remote": "^4.4.1",
"node-esm": "^1.0.0",
"plotly.js": "^2.25.1",
"postcss": "8.4.23",
"prettier": "^2.8.8",
"pretty-modal": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-image-gallery": "^1.2.12",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.3",
"react-photo-album": "^2.2.2",
"react-photo-view": "^1.2.3",
"react-plotly.js": "^2.6.0",
"react-youtube": "^10.1.0",
"reading-time": "^1.5.0",
"remark-frontmatter": "^4.0.1",
"remark-mdx-frontmatter": "^3.0.0",
"remark-mdx-images": "^2.0.0",
"resium": "^1.17.1",
"sharp": "^0.32.1",
"stringify-object": "^5.0.0",
"styled-components": "^5.3.11",
"symlink-dir": "^5.1.1",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"webpack": "^5.88.2",
"yet-another-react-lightbox": "^3.11.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/plotly.js": "^2.12.18",
"@types/react-plotly.js": "^2.6.0"
}
}