-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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": "next-resume-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/karla": "^5.0.20",
"@fontsource/lato": "^5.0.21",
"@fontsource/merriweather": "^5.0.13",
"@fontsource/montserrat": "^5.0.18",
"@fontsource/noto-sans": "^5.0.22",
"@fontsource/open-sans": "^5.0.28",
"@fontsource/oswald": "^5.0.20",
"@fontsource/raleway": "^5.0.19",
"@fontsource/roboto": "^5.0.13",
"@fontsource/source-sans-pro": "^5.0.8",
"@mui/material": "^5.16.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/toolbar": "^3.12.0",
"@react-pdf/renderer": "^3.4.4",
"@svgr/webpack": "^8.1.0",
"@types/styled-components": "^5.1.34",
"aws-sdk": "^2.1656.0",
"axios": "^1.7.2",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "14.2.4",
"pdfjs-dist": "^3.11.174",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-avatar-editor": "^13.0.2",
"react-circular-progressbar": "^2.1.0",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-easy-crop": "^5.0.7",
"react-icons": "^5.2.1",
"react-image-crop": "^11.0.5",
"react-resume": "^0.0.11",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.11",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}