forked from liara-cloud/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 Bytes
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
{
"name": "new-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "npm run sitemap && next build",
"start": "next start",
"lint": "next lint",
"sitemap": "node sitemap/generate.js"
},
"dependencies": {
"@liara/platformicons": "^3.13.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"clsx": "^2.1.1",
"lodash.debounce": "^4.0.8",
"meilisearch": "^0.41.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-highlight": "^0.15.0",
"react-icons": "^5.2.1",
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}