forked from liara-cloud/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 881 Bytes
/
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
{
"name": "docs",
"version": "0.1.0",
"description": "Liara docs",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3005",
"build": "npm run sitemap && next build",
"start": "next start",
"prepare": "husky install",
"pretty": "prettier --write '**/*.js'",
"sitemap": "node sitemap/generate.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@liara/platformicons": "^3.11.0",
"lodash.debounce": "^4.0.8",
"medium-zoom": "^1.1.0",
"meilisearch": "^0.36.0",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tailwindcss": "^2.2.19"
}
}