-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.42 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
{
"name": "DebtManager",
"version": "1.3.1",
"license": "Commercial",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma migrate deploy && next build",
"generate": "npx prisma generate",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"build:icons": "tsx src/assets/iconify-icons/bundle-icons-css.js",
"postinstall": "prisma generate && npm run build:icons",
"seedadmin": "node prisma/seedAdmin.js",
"seeduser": "node prisma/seedUser.js",
"deletekasbon": "node prisma/deleteKasbon.js"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.21",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-data-grid": "^7.8.0",
"@mui/x-date-pickers": "^7.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.16.1",
"apexcharts": "^3.49.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"exceljs": "^4.4.0",
"fast-loops": "^1.1.4",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-perfect-scrollbar": "^1.5.8",
"react-use": "^17.5.0",
"server-only": "^0.0.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@iconify/json": "^2.2.218",
"@iconify/tools": "^4.0.4",
"@iconify/utils": "^2.1.24",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8.4.38",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.3.2",
"prisma": "^5.16.1",
"stylelint": "^16.6.1",
"stylelint-use-logical-spec": "^5.0.1",
"tailwindcss": "^3.4.4",
"tailwindcss-logical": "^3.0.1",
"tsx": "^4.15.2"
},
"resolutions": {
"rimraf": "^5.0.7"
},
"overrides": {
"react": "^18.3.1",
"rimraf": "^5.0.7"
},
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}