-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 KB
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": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"chi:build": "node scripts/chi-build.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"csv-parse": "^6.2.1",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"next": "15.0.5",
"node": "^20.18.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-format": "^5.0.0",
"rehype-raw": "^7.0.0",
"rehype-rewrite": "^4.0.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-github-beta-blockquote-admonitions": "^3.1.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^2.1.0",
"rss-parser": "^3.13.0",
"swr": "^1.3.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"remark-cli": "^12.0.0",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"remark-toc": "^9.0.0"
}
}