-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@next/mdx": "^12.1.6",
"bootstrap": "^5.1.3",
"colormap": "^2.3.2",
"d3": "^7.6.1",
"delaunator": "^5.0.0",
"maplibre-gl": "^2.4.0",
"next": "12.1.6",
"next-mdx-remote": "^4.0.3",
"pmtiles": "^2.7.1",
"poisson-disk-sampling": "^2.3.1",
"react": "18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"reading-time": "^1.5.0",
"rehype-highlight": "^5.0.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@types/colormap": "^2.3.4",
"@types/d3": "^7.4.0",
"@types/delaunator": "^5.0.0",
"@types/node": "17.0.36",
"@types/poisson-disk-sampling": "^2.2.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/rss": "^0.0.29",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.7.2"
}
}