-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.8 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
{
"name": "financial-accounting",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "^7.8.0",
"@mantine/charts": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/dates": "^7.8.0",
"@mantine/dropzone": "^7.8.0",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/modals": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@nextui-org/react": "^2.1.13",
"@sendgrid/mail": "^8.1.0",
"@tabler/icons-react": "^3.1.0",
"axios": "^1.6.8",
"bson": "^6.1.0",
"core-js": "^3.37.1",
"dotenv": "^16.3.1",
"embla-carousel-react": "^7.1.0",
"express": "^4.18.3",
"firebase": "^10.12.4",
"formidable": "^3.5.1",
"generate-password": "^1.7.1",
"i18next": "^23.7.16",
"mongodb": "^6.3.0",
"multer": "^1.4.5-lts.1",
"next": "^14.2.5",
"next-auth": "^4.24.5",
"next-i18next": "^15.2.0",
"next-session": "^4.0.5",
"node-js": "^1.0.0",
"nodemailer": "^6.9.8",
"path": "^0.12.7",
"react": "^18",
"react-dom": "^18",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.22.0",
"reactjs-popup": "^2.0.6",
"recharts": "^2.12.2",
"tesseract.js": "^5.0.5",
"uuid": "^10.0.0",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/multer": "^1.4.11",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "^3.0.3",
"@types/validator": "^13.11.3",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}