-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.44 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "beryllium",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build --no-lint",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"migrate:deploy": "prisma migrate deploy",
"start:prod": "prisma migrate deploy && node server.js"
},
"prisma": {
"seed": "node prisma/seed.mjs"
},
"dependencies": {
"@electron/asar": "^3.2.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.14.7",
"@mui/material-nextjs": "^5.15.11",
"@prisma/client": "^5.6.0",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.36.1",
"ahooks": "^3.7.8",
"asar-async": "^1.0.2",
"clsx": "^2.0.0",
"epubjs": "^0.3.88",
"eventemitter3": "^5.0.1",
"formidable": "^3.5.1",
"formik": "^2.2.1",
"iron-session": "^8.0.1",
"jotai": "^2.6.0",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"mime-types": "^2.1.35",
"mkdirp": "^3.0.1",
"next": "^14.1",
"notistack": "^3.0.1",
"original-fs": "^1.2.0",
"prisma": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-photo-view": "^1.2.4",
"rimraf": "^5.0.1",
"server-only": "^0.0.1",
"superjson": "^1.13.1",
"tss-react": "^4.9.2",
"unzipper": "^0.10.14",
"use-detect-keyboard-open": "^0.4.0",
"uuid": "^9.0.1",
"xml2js": "^0.6.2",
"zod": "^3.21.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.36.1",
"@types/eslint": "^8.44.2",
"@types/formidable": "^3.4.2",
"@types/lodash": "^4.14.199",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/unzipper": "^0.10.7",
"@types/uuid": "^9.0.3",
"@types/xml2js": "^0.4.12",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eruda": "^3.0.1",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
}
}