-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "www",
"description": "The next-drupal.org website.",
"private": true,
"version": "1.10.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev -p 4444",
"build": "next build",
"preview": "next build && next start -p 4444"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@headlessui/react": "^1.7.19",
"@vercel/analytics": "^0.1.11",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"next": "^14.2.2",
"next-mdx": "^0.6.2",
"next-mdx-toc": "^0.1.3",
"next-seo": "^4.29.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"rehype-pretty-code": "^0.13.2",
"remark-autolink-headings": "^6.1.0",
"remark-slug": "^6.1.0",
"shiki": "^0.11.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}