-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "openseries",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"mdl": "markdownlint **/*.md --ignore node_modules",
"postbuild": "next-sitemap"
},
"dependencies": {
"@codemirror/lang-python": "^6.1.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@types/mdx": "^2.0.10",
"@uiw/codemirror-theme-vscode": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"fast-glob": "^3.3.2",
"next": "14.1.1",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.4",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18",
"react-py": "^1.10.6",
"rehype-pretty-code": "^0.12.6",
"remark-gfm": "^4.0.0",
"shikiji": "^0.9.0",
"thememirror": "^2.0.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@iconify/json": "^2.2.169",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "^1.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"ajv": "^7",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"markdownlint": "^0.33.0",
"postcss": "^8",
"postcss-mixins": "^9.0.4",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"typescript-eslint": "^7.0.1"
}
}