forked from jzakotnik/openlibry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.45 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.45 KB
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
{
"name": "openlibry",
"version": "1.9",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:test": "next dev",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"test:e2e": "NODE_ENV=test dotenv -e .env.test.local start-server-and-test 'dev:test' http-get://localhost:3000 cypress:headless",
"test:e2e:ui": "NODE_ENV=test dotenv -e .env.test.local start-server-and-test dev http-get://localhost:3000 cypress"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@prisma/adapter-better-sqlite3": "^7.0.1",
"@prisma/client": "^7.0.1",
"@radix-ui/react-icons": "^1.3.2",
"@react-pdf/renderer": "^4.3.0",
"@tanstack/react-table": "^8.21.3",
"@types/formidable": "^3.4.5",
"@types/itemsjs": "^2.1.8",
"@types/react-tagcloud": "^2.3.2",
"angular-expressions": "^1.5.1",
"bwip-js": "^4.9.0",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"csv-parse": "^6.1.0",
"dayjs": "^1.11.13",
"debounce": "^3.0.0",
"docxtemplater": "^3.65.2",
"eslint-config-next": "^16.0.6",
"eslint-plugin-cypress": "^5.1.0",
"exceljs": "^4.4.0",
"file-type": "^21.1.1",
"formidable": "^3.5.4",
"html-entities": "^2.6.0",
"itemsjs": "^2.1.25",
"lucide-react": "^0.563.0",
"n3": "^1.26.0",
"next": "^16.0.6",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"pizzip": "^3.2.0",
"prisma": "^7.0.1",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-barcode": "^1.6.1",
"react-dom": "^19.2.0",
"react-image-file-resizer": "^0.4.8",
"react-tagcloud": "^2.3.3",
"sharp": "^0.34.3",
"sonner": "^2.0.7",
"swr": "^2.3.5",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/better-sqlite3": "^7.6.13",
"@types/mocha": "^10.0.10",
"@types/n3": "^1.26.0",
"@types/node": "^24.2.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"cypress": "^15.7.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.1",
"postcss": "^8.5.6",
"shadcn": "^3.8.4",
"start-server-and-test": "^2.1.3",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2"
}
}