-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "kutubuku",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.5",
"@next/font": "13.1.4",
"@prisma/client": "4.9.0",
"@types/cors": "^2.8.13",
"@types/glob": "^8.0.1",
"@types/html-to-text": "^9.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-pdf": "^6.2.0",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"epub2": "^3.0.1",
"epubjs": "^0.3.93",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"glob": "^8.1.0",
"google-books-js": "^1.0.2",
"html-to-text": "^9.0.5",
"image-data-uri": "^2.0.1",
"lodash.debounce": "^4.0.8",
"next": "13.1.4",
"next-auth": "^4.18.8",
"next-pwa": "^5.6.0",
"pdfinfo": "^0.0.3",
"prisma": "^4.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-pdf": "^6.2.2",
"typescript": "4.9.4",
"workbox-background-sync": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-sw": "^6.5.4"
},
"devDependencies": {
"babel-loader": "^9.1.2"
}
}