-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 941 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
37
38
39
40
41
{
"name": "next-book",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@docsearch/css": "3",
"@docsearch/js": "^3.6.1",
"@docsearch/react": "3",
"@serwist/next": "^9.0.7",
"cheerio": "1.0.0-rc.12",
"next": "14.3.0-canary.59",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"request": "^2.88.2",
"slugify": "^1.6.6",
"turndown": "^7.2.0",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@shikijs/transformers": "^1.8.0",
"@types/node": "20.14.2",
"autoprefixer": "^10.4.19",
"dompurify": "^3.1.5",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"serwist": "^9.0.7",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
}
}