-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "openlibry",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "PORT=3000 next start",
"lint": "next lint",
"cypress:open": "cypress open"
},
"dependencies": {
"@auth/prisma-adapter": "^1.5.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.1.0",
"@mui/x-date-pickers": "^6.6.0",
"@prisma/client": "^5.11.0",
"@react-pdf/renderer": "^3.1.14",
"@types/formidable": "^3.4.4",
"@types/itemsjs": "^2.1.6",
"@types/pizzip": "^3.0.5",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"@types/react-tagcloud": "^2.3.1",
"bwip-js": "^4.4.0",
"chart.js": "^4.2.1",
"csv-parse": "^5.5.2",
"dayjs": "^1.11.7",
"docxtemplater": "^3.50.0",
"eslint": "8.36.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-cypress": "^2.15.1",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"itemsjs": "^2.1.21",
"jsbarcode": "^3.11.6",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"pizzip": "^3.1.7",
"react": "^18.2.0",
"react-barcode": "^1.4.6",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-image-file-resizer": "^0.4.8",
"react-tagcloud": "^2.3.3",
"sharp": "^0.32.6",
"swr": "^2.2.2",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.5",
"@types/node": "^20.8.10",
"cypress": "^13.5.1",
"prisma": "^4.16.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
}
}