forked from Cooperation-org/Resume-Author
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.03 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.03 KB
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
{
"name": "resume-author",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cooperation/vc-storage": "^1.0.40",
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.9",
"@mui/x-date-pickers": "^7.27.1",
"@react-pdf/renderer": "^4.3.2",
"@reduxjs/toolkit": "^2.2.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^16.18.108",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"date-fns": "2.28.0",
"firebase": "^11.3.1",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"latex.js": "^0.12.6",
"lucide-react": "^0.468.0",
"pdfjs-dist": "4.8.69",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-login": "^5.2.2",
"react-qr-code": "^2.0.18",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"uuid": "^11.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:e2e": "playwright test",
"eject": "react-scripts eject",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/pdfjs-dist": "^2.10.378",
"prettier": "^3.4.2"
}
}