-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext mdx,md,js,jsx,ts,tsx",
"clean": "rm -rf .next node_modules/.cache",
"localize": "npx tsx ./localize.ts",
"postbuild": "next-sitemap"
},
"dependencies": {
"clsx": "^2.1.0",
"next": "^13.5.6",
"next-sitemap": "^4.2.3",
"nextra": "3.0.0-alpha.10",
"nextra-theme-docs": "3.0.0-alpha.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@forgen/remark-remote-code": "^1.0.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^2.3.2",
"eslint-plugin-prettier": "^5.1.2",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"remark-code-import": "^1.2.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}