-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.43 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "iSunFA",
"version": "0.9.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "npm run generate && next build",
"generate": "prisma generate",
"start": "next start",
"lint": "next lint && eslint --fix --ext .js,.jsx,.ts,.tsx .",
"test": "jest",
"check-format": "prettier --ignore-path .gitignore --list-different \"**/*.+(js|jsx|ts|tsx|json|css)\"",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|jsx|ts|tsx|json|css)\"",
"validate": "prettier --ignore-path .gitignore --write \"**/*.+(js|jsx|ts|tsx|json|css)\" && next lint && eslint --fix --ext .js,.jsx,.ts,.tsx . && npm run test",
"production": "next start -p 80",
"update-version": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}' scripts/update_version.ts && git add package.json",
"prepare": "husky",
"analyze-certificate": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}' scripts/analyze_certificate.ts",
"retrieve-certificate": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}' scripts/retrieve_certificate.ts"
},
"dependencies": {
"@google-cloud/storage": "^7.11.1",
"@next/third-parties": "^14.2.5",
"@prisma/client": "^5.14.0",
"@types/formidable": "^3.4.5",
"apexcharts": "^4.0.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"formidable": "^3.5.1",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"i18next": "^23.11.5",
"jest-mock-extended": "^3.0.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-i18next": "^15.2.0",
"next-logger": "^5.0.0",
"next-qrcode": "^2.5.1",
"next-session": "^4.0.5",
"nodemailer": "^6.9.8",
"pino": "^9.3.2",
"pino-multi-stream": "^6.0.0",
"pino-pretty": "^11.2.2",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.0.1",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.0",
"react-to-pdf": "^1.0.1",
"react-to-print": "^3.0.2",
"react-toastify": "^10.0.5",
"react-usestateref": "^1.0.8",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"rotating-file-stream": "^3.2.3",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"ts-node": "^10.9.2",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.25.1",
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.11",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.4.2",
"@types/nodemailer": "^6.4.15",
"@types/pino": "^7.0.5",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.2.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.4",
"typescript": "^5.3.3"
},
"husky": {
"hooks": {
"pre-commit": "next lint && eslint --fix --ext .js,.jsx,.ts,.tsx . && npm run test && lint-staged && npm run update-version"
}
},
"engines": {
"node": ">=18.17.1"
},
"prisma": {
"seed": "ts-node -r tsconfig-paths/register --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}