-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
71 lines (71 loc) · 1.94 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
68
69
70
71
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"scan": "npx i18next-scanner"
},
"dependencies": {
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@docsearch/react": "^3.6.0",
"@eslint/js": "^9.5.0",
"@headlessui/react": "^2.1.0",
"@heroicons/react": "^2.1.4",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.4",
"@shikijs/rehype": "^1.9.0",
"@shikijs/transformers": "^1.9.0",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/remark-prism": "^1.3.7",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.6.0",
"gray-matter": "^4.0.3",
"i18next": "^23.11.5",
"i18next-resources-to-backend": "^1.2.1",
"i18next-scanner": "^4.5.0",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"react-i18next": "^14.1.2",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-github-blockquote-alert": "^1.2.1",
"shiki": "^1.9.0",
"stylelint": "^16.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-plugin-license-header": "^1.0.3",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
}
}