-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.6 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
{
"name": "registartion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/styled-engine-sc": "^6.0.0-alpha.14",
"@progress/kendo-drawing": "^1.20.1",
"@progress/kendo-licensing": "^1.3.5",
"@progress/kendo-react-pdf": "^7.4.0",
"antd": "^5.13.2",
"aws4": "^1.12.0",
"axios": "^1.7.7",
"cloudinary": "^2.0.0",
"cloudinary-react": "^1.8.1",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.5",
"firebase": "^10.7.2",
"fs": "^0.0.1-security",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.5.8",
"html2pdf.js": "^0.9.0",
"html2pdfmake": "^0.0.10",
"joi": "^17.12.0",
"jspdf": "^2.5.1",
"memfs": "^4.9.2",
"mongoose": "^8.1.0",
"next": "14.1.0",
"next-transpile-modules": "^10.0.1",
"pdf-lib": "^1.17.1",
"react": "^18",
"react-dom": "^18",
"react-easy-crop": "^5.1.0",
"react-icons": "^5.2.1",
"react-image-crop": "^11.0.7",
"react-modal": "^3.16.1",
"react-toastify": "^10.0.5",
"sharp": "^0.33.3",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"xlsx-style": "^0.8.13"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}