-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.62 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
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": [
"> 0.1%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"resolutions": {
"@types/react": "17.0.30"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"canvg": "^4.0.0",
"curved-polygon": "^0.0.2",
"d3-color": "^3.1.0",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-time-format": "^4.1.0",
"d3-zoom": "^3.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^2.0.0",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-mdx-remote": "^4.0.0",
"node-fetch": "^3.2.3",
"parse-link-header": "^2.0.0",
"postcss": "^8.4.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.0.3",
"rehype-color-chips": "^0.1.3",
"rehype-prism-plus": "^1.3.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"slugify": "^1.6.5",
"tailwindcss": "^3.0.23",
"unist-util-visit": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.2",
"@types/d3-zoom": "^3.0.1",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.18",
"@types/node-fetch": "^2.6.1",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.1.7",
"typescript": "4.5.5"
}
}